Lines Matching refs:fmt
13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
41 #define rxe_dbg(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument
42 "%s: " fmt, __func__, ##__VA_ARGS__)
43 #define rxe_dbg_uc(uc, fmt, ...) ibdev_dbg((uc)->ibuc.device, \ argument
44 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
45 #define rxe_dbg_pd(pd, fmt, ...) ibdev_dbg((pd)->ibpd.device, \ argument
46 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
47 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \ argument
48 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
49 #define rxe_dbg_srq(srq, fmt, ...) ibdev_dbg((srq)->ibsrq.device, \ argument
50 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
51 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ argument
52 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
53 #define rxe_dbg_cq(cq, fmt, ...) ibdev_dbg((cq)->ibcq.device, \ argument
54 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
55 #define rxe_dbg_mr(mr, fmt, ...) ibdev_dbg((mr)->ibmr.device, \ argument
56 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
57 #define rxe_dbg_mw(mw, fmt, ...) ibdev_dbg((mw)->ibmw.device, \ argument
58 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)