Lines Matching defs:iscsi_scsi_req
138 struct iscsi_scsi_req { struct
139 uint8_t opcode;
140 uint8_t flags;
141 __be16 rsvd2;
142 uint8_t hlength;
143 uint8_t dlength[3];
144 struct scsi_lun lun;
145 itt_t itt; /* Initiator Task Tag */
146 __be32 data_length;
147 __be32 cmdsn;
148 __be32 exp_statsn;
149 uint8_t cdb[ISCSI_CDB_SIZE]; /* SCSI Command Block */