Lines Matching defs:io_log
809 struct qedf_io_log *io_log;
816 io_log = &qedf->io_trace_buf[qedf->io_trace_idx];
817 io_log->direction = direction;
818 io_log->task_id = io_req->xid;
819 io_log->port_id = fcport->rdata->ids.port_id;
820 io_log->lun = sc_cmd->device->lun;
821 io_log->op = op = sc_cmd->cmnd[0];
822 io_log->lba[0] = sc_cmd->cmnd[2];
823 io_log->lba[1] = sc_cmd->cmnd[3];
824 io_log->lba[2] = sc_cmd->cmnd[4];
825 io_log->lba[3] = sc_cmd->cmnd[5];
826 io_log->bufflen = scsi_bufflen(sc_cmd);
827 io_log->sg_count = scsi_sg_count(sc_cmd);
828 io_log->result = sc_cmd->result;
829 io_log->jiffies = jiffies;
830 io_log->refcount = kref_read(&io_req->refcount);
834 io_log->req_cpu = io_req->cpu;
835 io_log->int_cpu = 0;
836 io_log->rsp_cpu = 0;
838 io_log->req_cpu = io_req->cpu;
839 io_log->int_cpu = io_req->int_cpu;
840 io_log->rsp_cpu = smp_processor_id();
843 io_log->sge_type = io_req->sge_type;