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