Lines Matching defs:fcpio_icmnd_32
239 struct fcpio_icmnd_32 { struct
240 u32 lunmap_id; /* index into lunmap table */
241 u8 special_req_flags; /* special exchange request flags */
242 u8 _resvd0[3]; /* reserved */
243 u32 sgl_cnt; /* scatter-gather list count */
244 u32 sense_len; /* sense buffer length */
245 u64 sgl_addr; /* scatter-gather list addr */
246 u64 sense_addr; /* sense buffer address */
247 u8 crn; /* SCSI Command Reference No. */
248 u8 pri_ta; /* SCSI Priority and Task attribute */
249 u8 _resvd1; /* reserved: should be 0 */
250 u8 flags; /* command flags */
251 u8 scsi_cdb[CDB_32]; /* SCSI Cmnd Descriptor Block */
252 u32 data_len; /* length of data expected */
253 u8 lun[LUN_ADDRESS]; /* FC vNIC only: LUN address */
254 u8 _resvd2; /* reserved */
255 u8 d_id[3]; /* FC vNIC only: Target D_ID */
256 u16 mss; /* FC vNIC only: max burst */
257 u16 _resvd3; /* reserved */
258 u32 r_a_tov; /* FC vNIC only: Res. Alloc Timeout */
259 u32 e_d_tov; /* FC vNIC only: Error Detect Timeout */