|
iPXE
|
A SCSI "READ CAPACITY (16)" CDB. More...
#include <scsi.h>
Data Fields | |
| uint8_t | opcode |
| Opcode (0x9e) More... | |
| uint8_t | service_action |
| Service action. More... | |
| uint64_t | lba |
| Logical block address. More... | |
| uint32_t | len |
| Transfer length. More... | |
| uint8_t | reserved |
| Reserved. More... | |
| uint8_t | control |
| Control byte. More... | |
| uint8_t scsi_cdb_read_capacity_16::opcode |
| uint8_t scsi_cdb_read_capacity_16::service_action |
| uint64_t scsi_cdb_read_capacity_16::lba |
| uint32_t scsi_cdb_read_capacity_16::len |
Transfer length.
This is the size of the data-in buffer, in bytes.
Definition at line 178 of file scsi.h.
Referenced by scsicmd_read_capacity_cmd().
1.8.15