Lines Matching refs:phy_id
19 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
22 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
26 __field(u32, phy_id)
35 __entry->phy_id = phy_id;
42 TP_printk("ctlr_id = %u phy_id = %u htag = %#x, ctlr_opcode = %#x ata_opcode = %#x running_req = %d",
43 __entry->id, __entry->phy_id, __entry->htag,
49 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
52 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
56 __field(u32, phy_id)
65 __entry->phy_id = phy_id;
72 TP_printk("ctlr_id = %u phy_id = %u htag = %#x, ctlr_opcode = %#x ata_opcode = %#x running_req = %d",
73 __entry->id, __entry->phy_id, __entry->htag,