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