iPXE
|
SAN device read/write command parameters. More...
Data Fields | |
int(* | block_rw )(struct interface *control, struct interface *data, uint64_t lba, unsigned int count, userptr_t buffer, size_t len) |
SAN device read/write operation. | |
userptr_t | buffer |
Data buffer. | |
uint64_t | lba |
Starting LBA. | |
unsigned int | count |
Block count. |
int( * san_command_rw_params::block_rw)(struct interface *control, struct interface *data, uint64_t lba, unsigned int count, userptr_t buffer, size_t len) |
SAN device read/write operation.
Definition at line 419 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
Data buffer.
Definition at line 423 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
Starting LBA.
Definition at line 425 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
unsigned int san_command_rw_params::count |
Block count.
Definition at line 427 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().