Lines Matching defs:iscsi_scsi_req
149 struct iscsi_scsi_req { struct
150 uint8_t opcode;
151 uint8_t flags;
152 __be16 rsvd2;
153 uint8_t hlength;
154 uint8_t dlength[3];
155 struct scsi_lun lun;
156 itt_t itt; /* Initiator Task Tag */
157 __be32 data_length;
158 __be32 cmdsn;
159 __be32 exp_statsn;
160 uint8_t cdb[ISCSI_CDB_SIZE]; /* SCSI Command Block */