Lines Matching defs:io_log
804 struct qedf_io_log *io_log;
810 io_log = &qedf->io_trace_buf[qedf->io_trace_idx];
811 io_log->direction = direction;
812 io_log->task_id = io_req->xid;
813 io_log->port_id = fcport->rdata->ids.port_id;
814 io_log->lun = sc_cmd->device->lun;
815 io_log->op = sc_cmd->cmnd[0];
816 io_log->lba[0] = sc_cmd->cmnd[2];
817 io_log->lba[1] = sc_cmd->cmnd[3];
818 io_log->lba[2] = sc_cmd->cmnd[4];
819 io_log->lba[3] = sc_cmd->cmnd[5];
820 io_log->bufflen = scsi_bufflen(sc_cmd);
821 io_log->sg_count = scsi_sg_count(sc_cmd);
822 io_log->result = sc_cmd->result;
823 io_log->jiffies = jiffies;
824 io_log->refcount = kref_read(&io_req->refcount);
828 io_log->req_cpu = io_req->cpu;
829 io_log->int_cpu = 0;
830 io_log->rsp_cpu = 0;
832 io_log->req_cpu = io_req->cpu;
833 io_log->int_cpu = io_req->int_cpu;
834 io_log->rsp_cpu = smp_processor_id();
837 io_log->sge_type = io_req->sge_type;