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