|
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, void *buffer, size_t len) |
| SAN device read/write operation. More... | |
| void * | buffer |
| Data buffer. More... | |
| uint64_t | lba |
| Starting LBA. More... | |
| unsigned int | count |
| Block count. More... | |
| int( * san_command_rw_params::block_rw) (struct interface *control, struct interface *data, uint64_t lba, unsigned int count, void *buffer, size_t len) |
SAN device read/write operation.
Definition at line 427 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
| void* san_command_rw_params::buffer |
Data buffer.
Definition at line 431 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
| uint64_t san_command_rw_params::lba |
Starting LBA.
Definition at line 433 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
| unsigned int san_command_rw_params::count |
Block count.
Definition at line 435 of file sanboot.c.
Referenced by sandev_command_rw(), and sandev_rw().
1.8.15