iPXE
|
iSCSI data-in basic header segment More...
#include <iscsi.h>
Data Fields | |
uint8_t | opcode |
Opcode. More... | |
uint8_t | flags |
Flags. More... | |
uint8_t | reserved_a |
Reserved. More... | |
uint8_t | status |
SCSI status code. More... | |
union iscsi_segment_lengths | lengths |
Segment lengths. More... | |
struct scsi_lun | lun |
Logical Unit Number. More... | |
uint32_t | itt |
Initiator Task Tag. More... | |
uint32_t | ttt |
Target Transfer Tag. More... | |
uint32_t | statsn |
Status sequence number. More... | |
uint32_t | expcmdsn |
Expected command sequence number. More... | |
uint32_t | maxcmdsn |
Maximum command sequence number. More... | |
uint32_t | datasn |
Data sequence number. More... | |
uint32_t | offset |
Buffer offset. More... | |
uint32_t | residual_count |
Residual count. More... | |
uint8_t iscsi_bhs_data_in::flags |
union iscsi_segment_lengths iscsi_bhs_data_in::lengths |
uint32_t iscsi_bhs_data_in::expcmdsn |
uint32_t iscsi_bhs_data_in::maxcmdsn |
uint32_t iscsi_bhs_data_in::offset |