Lines Matching defs:sisl_ioarcb
30 struct sisl_ioarcb { struct
31 u16 ctx_id; /* ctx_hndl_t */
32 u16 req_flags;
50 union {
58 u64 lun_id;
59 u32 data_len; /* 4K for read/write */
60 u32 ioadl_len;
61 union {
65 u8 msi; /* LISN to send on RRQ write */
71 u8 rrq; /* 0 for a single RRQ */
72 u16 timeout; /* in units specified by req_flags */
73 u32 rsvd1;
74 u8 cdb[16]; /* must be in big endian */
75 struct scsi_cmnd *scp;