Lines Matching defs:qedf_io_log
283 struct qedf_io_log { struct
286 uint8_t direction;
287 uint16_t task_id;
288 uint32_t port_id; /* Remote port fabric ID */
289 int lun;
290 unsigned char op; /* SCSI CDB */
291 uint8_t lba[4];
292 unsigned int bufflen; /* SCSI buffer length */
293 unsigned int sg_count; /* Number of SG elements */
294 int result; /* Result passed back to mid-layer */
295 unsigned long jiffies; /* Time stamp when I/O logged */
296 int refcount; /* Reference count for task id */
297 unsigned int req_cpu; /* CPU that the task is queued on */
298 unsigned int int_cpu; /* Interrupt CPU that the task is received on */
299 unsigned int rsp_cpu; /* CPU that task is returned on */
300 u8 sge_type; /* Did we take the slow, single or fast SGE path */