Lines Matching refs:running_req
20 u16 ata_opcode, int running_req),
22 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
30 __field(int, running_req)
39 __entry->running_req = running_req;
42 TP_printk("ctlr_id = %u phy_id = %u htag = %#x, ctlr_opcode = %#x ata_opcode = %#x running_req = %d",
45 __entry->running_req)
50 u16 ata_opcode, int running_req),
52 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
60 __field(int, running_req)
69 __entry->running_req = running_req;
72 TP_printk("ctlr_id = %u phy_id = %u htag = %#x, ctlr_opcode = %#x ata_opcode = %#x running_req = %d",
75 __entry->running_req)