#include <iscsi.h>
Data Fields | |
| uint8_t | opcode |
| Opcode. | |
| uint8_t | flags |
| Flags. | |
| uint16_t | reserved_a |
| Reserved. | |
| union iscsi_segment_lengths | lengths |
| Segment lengths. | |
| struct scsi_lun | lun |
| SCSI Logical Unit Number. | |
| uint32_t | itt |
| Initiator Task Tag. | |
| uint32_t | exp_len |
| Expected data transfer length. | |
| uint32_t | cmdsn |
| Command sequence number. | |
| uint32_t | expstatsn |
| Expected status sequence number. | |
| union scsi_cdb | cdb |
| SCSI Command Descriptor Block (CDB). | |
Definition at line 242 of file iscsi.h.
union iscsi_segment_lengths iscsi_bhs_scsi_command::lengths [write] |
struct scsi_lun iscsi_bhs_scsi_command::lun [read] |
SCSI Logical Unit Number.
Definition at line 252 of file iscsi.h.
Referenced by iscsi_start_command().
Expected data transfer length.
Definition at line 256 of file iscsi.h.
Referenced by iscsi_start_command().
Command sequence number.
Definition at line 258 of file iscsi.h.
Referenced by iscsi_start_command().
Expected status sequence number.
Definition at line 260 of file iscsi.h.
Referenced by iscsi_start_command().
union scsi_cdb iscsi_bhs_scsi_command::cdb [write] |
SCSI Command Descriptor Block (CDB).
Definition at line 262 of file iscsi.h.
Referenced by iscsi_start_command().
1.5.7.1