Home
last modified time | relevance | path

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

/drivers/misc/genwqe/
Dcard_utils.c911 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
976 for (trace_entry = 0; in genwqe_ffdc_buff_read()
977 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
978 trace_entry++) { in genwqe_ffdc_buff_read()
983 (diag_sel<<16) | trace_entry, val); in genwqe_ffdc_buff_read()
/drivers/scsi/
Dipr.c601 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local
606 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook()
607 trace_entry->time = jiffies; in ipr_trc_hook()
608 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()
609 trace_entry->type = type; in ipr_trc_hook()
611 trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command; in ipr_trc_hook()
613 trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command; in ipr_trc_hook()
614 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook()
615 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook()
616 trace_entry->u.add_data = add_data; in ipr_trc_hook()
[all …]
Dipr.h1717 struct ipr_dump_trace_entry trace_entry; member