Searched refs:trace_entry (Results 1 – 3 of 3) sorted by relevance
910 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local975 for (trace_entry = 0; in genwqe_ffdc_buff_read()976 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()977 trace_entry++) { in genwqe_ffdc_buff_read()982 (diag_sel<<16) | trace_entry, val); in genwqe_ffdc_buff_read()
593 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local598 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook()599 trace_entry->time = jiffies; in ipr_trc_hook()600 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()601 trace_entry->type = type; in ipr_trc_hook()603 trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command; in ipr_trc_hook()605 trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command; in ipr_trc_hook()606 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook()607 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook()608 trace_entry->u.add_data = add_data; in ipr_trc_hook()[all …]
1685 struct ipr_dump_trace_entry trace_entry; member