iPXE
|
iSCSI SCSI command basic header segment More...
#include <iscsi.h>
Data Fields | |
uint8_t | opcode |
Opcode. More... | |
uint8_t | flags |
Flags. More... | |
uint16_t | reserved_a |
Reserved. More... | |
union iscsi_segment_lengths | lengths |
Segment lengths. More... | |
struct scsi_lun | lun |
SCSI Logical Unit Number. More... | |
uint32_t | itt |
Initiator Task Tag. More... | |
uint32_t | exp_len |
Expected data transfer length. More... | |
uint32_t | cmdsn |
Command sequence number. More... | |
uint32_t | expstatsn |
Expected status sequence number. More... | |
union scsi_cdb | cdb |
SCSI Command Descriptor Block (CDB) More... | |
union iscsi_segment_lengths iscsi_bhs_scsi_command::lengths |
struct scsi_lun iscsi_bhs_scsi_command::lun |
uint32_t iscsi_bhs_scsi_command::exp_len |
uint32_t iscsi_bhs_scsi_command::cmdsn |
uint32_t iscsi_bhs_scsi_command::expstatsn |
union scsi_cdb iscsi_bhs_scsi_command::cdb |