Lines Matching refs:__func__

41 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__)
43 "%s: " fmt, __func__, ##__VA_ARGS__)
45 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
47 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
49 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
51 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
53 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
55 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
57 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
59 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)
61 #define rxe_err(fmt, ...) pr_err_ratelimited("%s: " fmt, __func__, \
64 "%s: " fmt, __func__, ##__VA_ARGS__)
66 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
68 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
70 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
72 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
74 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
76 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
78 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
80 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)
82 #define rxe_info(fmt, ...) pr_info_ratelimited("%s: " fmt, __func__, \
85 "%s: " fmt, __func__, ##__VA_ARGS__)
87 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
89 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
91 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
93 "srq#%d %s: " fmt, (srq)->elem.index, __func__, ##__VA_ARGS__)
95 "qp#%d %s: " fmt, (qp)->elem.index, __func__, ##__VA_ARGS__)
97 "cq#%d %s: " fmt, (cq)->elem.index, __func__, ##__VA_ARGS__)
99 "mr#%d %s: " fmt, (mr)->elem.index, __func__, ##__VA_ARGS__)
101 "mw#%d %s: " fmt, (mw)->elem.index, __func__, ##__VA_ARGS__)