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