Lines Matching refs:fmt
42 #define FC_LIBFC_DBG(fmt, args...) \ argument
44 pr_info("libfc: " fmt, ##args))
46 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
48 pr_info("host%u: lport %6.6x: " fmt, \
52 #define FC_DISC_DBG(disc, fmt, args...) \ argument
54 pr_info("host%u: disc: " fmt, \
58 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
60 pr_info("host%u: rport %6.6x: " fmt, \
64 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
65 FC_RPORT_ID_DBG((rdata)->local_port, (rdata)->ids.port_id, fmt, ##args)
67 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
74 "xid %04x-%04x: " fmt, \
79 pr_info("host%u: fcp: %6.6x: " fmt, \
85 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
87 pr_info("host%u: xid %4x: " fmt, \
91 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
93 pr_info("host%u: scsi: " fmt, \