Lines Matching refs:args
42 #define FC_LIBFC_DBG(fmt, args...) \ argument
44 pr_info("libfc: " fmt, ##args))
46 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
50 (lport)->port_id, ##args))
52 #define FC_DISC_DBG(disc, fmt, args...) \ argument
56 ##args))
58 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
62 (port_id), ##args))
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
77 (_ep)->oxid, (_ep)->rxid, ##args); \
81 (pkt)->rport->port_id, ##args); \
85 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
89 exch->xid, ##args))
91 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
94 (lport)->host->host_no, ##args))