Home
last modified time | relevance | path

Searched refs:trace_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dipr.c555 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local
558 trace_entry = &ioa_cfg->trace[atomic_add_return in ipr_trc_hook()
560 trace_entry->time = jiffies; in ipr_trc_hook()
561 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()
562 trace_entry->type = type; in ipr_trc_hook()
564 trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command; in ipr_trc_hook()
566 trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command; in ipr_trc_hook()
567 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook()
568 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook()
569 trace_entry->u.add_data = add_data; in ipr_trc_hook()
[all …]
Dipr.h1653 struct ipr_dump_trace_entry trace_entry; member