Lines Matching refs:fmt
13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
41 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt "\n", __func__, ##__VA_ARGS__) argument
42 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument
43 "%s: " fmt, __func__, ##__VA_ARGS__)
44 #define rxe_dbg_uc(uc, fmt, ...) ibdev_dbg((uc)->ibuc.device, \ argument
45 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
46 #define rxe_dbg_pd(pd, fmt, ...) ibdev_dbg((pd)->ibpd.device, \ argument
47 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
48 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \ argument
49 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
50 #define rxe_dbg_srq(srq, fmt, ...) ibdev_dbg((srq)->ibsrq.device, \ argument
51 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
52 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ argument
53 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
54 #define rxe_dbg_cq(cq, fmt, ...) ibdev_dbg((cq)->ibcq.device, \ argument
55 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
56 #define rxe_dbg_mr(mr, fmt, ...) ibdev_dbg((mr)->ibmr.device, \ argument
57 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
58 #define rxe_dbg_mw(mw, fmt, ...) ibdev_dbg((mw)->ibmw.device, \ argument
59 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)
61 #define rxe_err(fmt, ...) pr_err_ratelimited("%s: " fmt "\n", __func__, \ argument
63 #define rxe_err_dev(rxe, fmt, ...) ibdev_err_ratelimited(&(rxe)->ib_dev, \ argument
64 "%s: " fmt, __func__, ##__VA_ARGS__)
65 #define rxe_err_uc(uc, fmt, ...) ibdev_err_ratelimited((uc)->ibuc.device, \ argument
66 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
67 #define rxe_err_pd(pd, fmt, ...) ibdev_err_ratelimited((pd)->ibpd.device, \ argument
68 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
69 #define rxe_err_ah(ah, fmt, ...) ibdev_err_ratelimited((ah)->ibah.device, \ argument
70 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
71 #define rxe_err_srq(srq, fmt, ...) ibdev_err_ratelimited((srq)->ibsrq.device, \ argument
72 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
73 #define rxe_err_qp(qp, fmt, ...) ibdev_err_ratelimited((qp)->ibqp.device, \ argument
74 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
75 #define rxe_err_cq(cq, fmt, ...) ibdev_err_ratelimited((cq)->ibcq.device, \ argument
76 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
77 #define rxe_err_mr(mr, fmt, ...) ibdev_err_ratelimited((mr)->ibmr.device, \ argument
78 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
79 #define rxe_err_mw(mw, fmt, ...) ibdev_err_ratelimited((mw)->ibmw.device, \ argument
80 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)
82 #define rxe_info(fmt, ...) pr_info_ratelimited("%s: " fmt "\n", __func__, \ argument
84 #define rxe_info_dev(rxe, fmt, ...) ibdev_info_ratelimited(&(rxe)->ib_dev, \ argument
85 "%s: " fmt, __func__, ##__VA_ARGS__)
86 #define rxe_info_uc(uc, fmt, ...) ibdev_info_ratelimited((uc)->ibuc.device, \ argument
87 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
88 #define rxe_info_pd(pd, fmt, ...) ibdev_info_ratelimited((pd)->ibpd.device, \ argument
89 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
90 #define rxe_info_ah(ah, fmt, ...) ibdev_info_ratelimited((ah)->ibah.device, \ argument
91 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
92 #define rxe_info_srq(srq, fmt, ...) ibdev_info_ratelimited((srq)->ibsrq.device, \ argument
93 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
94 #define rxe_info_qp(qp, fmt, ...) ibdev_info_ratelimited((qp)->ibqp.device, \ argument
95 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
96 #define rxe_info_cq(cq, fmt, ...) ibdev_info_ratelimited((cq)->ibcq.device, \ argument
97 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
98 #define rxe_info_mr(mr, fmt, ...) ibdev_info_ratelimited((mr)->ibmr.device, \ argument
99 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
100 #define rxe_info_mw(mw, fmt, ...) ibdev_info_ratelimited((mw)->ibmw.device, \ argument
101 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)