Lines Matching defs:qedi_io_log
220 struct qedi_io_log { struct
223 u8 direction;
224 u16 task_id;
225 u32 cid;
226 u32 port_id; /* Remote port fabric ID */
227 int lun;
228 u8 op; /* SCSI CDB */
229 u8 lba[4];
230 unsigned int bufflen; /* SCSI buffer length */
231 unsigned int sg_count; /* Number of SG elements */
232 u8 fast_sgs; /* number of fast sgls */
233 u8 slow_sgs; /* number of slow sgls */
234 u8 cached_sgs; /* number of cached sgls */
235 int result; /* Result passed back to mid-layer */
236 unsigned long jiffies; /* Time stamp when I/O logged */
237 int refcount; /* Reference count for task id */
238 unsigned int blk_req_cpu; /* CPU that the task is queued on by
241 unsigned int req_cpu; /* CPU that the task is queued on */
242 unsigned int intr_cpu; /* Interrupt CPU that the task is received on */
243 unsigned int blk_rsp_cpu;/* CPU that task is actually processed and
246 bool cached_sge;
247 bool slow_sge;
248 bool fast_sge;