Lines Matching defs:aac_hba_cmd_req
197 struct aac_hba_cmd_req { struct
198 u8 iu_type; /* HBA information unit type */
205 u8 byte1;
206 u8 reply_qid; /* Host reply queue to post response to */
207 u8 reserved1;
208 __le32 it_nexus; /* Device handle for the request */
209 __le32 request_id; /* Sender context */
211 __le32 tweak_value_lo;
212 u8 cdb[16]; /* SCSI CDB of the command */
213 u8 lun[8]; /* SCSI LUN of the command */
216 __le32 data_length;
219 u8 attr_prio;
222 u8 emb_data_desc_count;
224 __le16 dek_index; /* DEK index for crypto enabled IOs */
227 __le32 error_ptr_lo;
230 __le32 error_ptr_hi;
233 __le32 error_length;
236 __le32 tweak_value_hi;
238 struct aac_hba_sgl sge[HBA_MAX_SG_SEPARATE+2]; /* SG list space */