Lines Matching refs:io_log
247 struct qedf_io_log *io_log; in qedf_io_trace_show() local
260 io_log = &qedf->io_trace_buf[idx]; in qedf_io_trace_show()
261 seq_printf(s, "%d:", io_log->direction); in qedf_io_trace_show()
262 seq_printf(s, "0x%x:", io_log->task_id); in qedf_io_trace_show()
263 seq_printf(s, "0x%06x:", io_log->port_id); in qedf_io_trace_show()
264 seq_printf(s, "%d:", io_log->lun); in qedf_io_trace_show()
265 seq_printf(s, "0x%02x:", io_log->op); in qedf_io_trace_show()
266 seq_printf(s, "0x%02x%02x%02x%02x:", io_log->lba[0], in qedf_io_trace_show()
267 io_log->lba[1], io_log->lba[2], io_log->lba[3]); in qedf_io_trace_show()
268 seq_printf(s, "%d:", io_log->bufflen); in qedf_io_trace_show()
269 seq_printf(s, "%d:", io_log->sg_count); in qedf_io_trace_show()
270 seq_printf(s, "0x%08x:", io_log->result); in qedf_io_trace_show()
271 seq_printf(s, "%lu:", io_log->jiffies); in qedf_io_trace_show()
272 seq_printf(s, "%d:", io_log->refcount); in qedf_io_trace_show()
273 seq_printf(s, "%d:", io_log->req_cpu); in qedf_io_trace_show()
274 seq_printf(s, "%d:", io_log->int_cpu); in qedf_io_trace_show()
275 seq_printf(s, "%d:", io_log->rsp_cpu); in qedf_io_trace_show()
276 seq_printf(s, "%d\n", io_log->sge_type); in qedf_io_trace_show()