Lines Matching defs:fcpio_icmnd_16
191 struct fcpio_icmnd_16 { struct
192 u32 lunmap_id; /* index into lunmap table */
193 u8 special_req_flags; /* special exchange request flags */
194 u8 _resvd0[3]; /* reserved */
195 u32 sgl_cnt; /* scatter-gather list count */
196 u32 sense_len; /* sense buffer length */
197 u64 sgl_addr; /* scatter-gather list addr */
198 u64 sense_addr; /* sense buffer address */
199 u8 crn; /* SCSI Command Reference No. */
200 u8 pri_ta; /* SCSI Priority and Task attribute */
201 u8 _resvd1; /* reserved: should be 0 */
202 u8 flags; /* command flags */
203 u8 scsi_cdb[CDB_16]; /* SCSI Cmnd Descriptor Block */
204 u32 data_len; /* length of data expected */
205 u8 lun[LUN_ADDRESS]; /* FC vNIC only: LUN address */
206 u8 _resvd2; /* reserved */
207 u8 d_id[3]; /* FC vNIC only: Target D_ID */
208 u16 mss; /* FC vNIC only: max burst */
209 u16 _resvd3; /* reserved */
210 u32 r_a_tov; /* FC vNIC only: Res. Alloc Timeout */
211 u32 e_d_tov; /* FC vNIC only: Err Detect Timeout */