File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#include "xprt_rdma.h"
1414#include <trace/events/rpcrdma.h>
1515
16- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
17- # define RPCDBG_FACILITY RPCDBG_TRANS
18- #endif
19-
2016#undef RPCRDMA_BACKCHANNEL_DEBUG
2117
2218/**
Original file line number Diff line number Diff line change 4545#include "xprt_rdma.h"
4646#include <trace/events/rpcrdma.h>
4747
48- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
49- # define RPCDBG_FACILITY RPCDBG_TRANS
50- #endif
51-
5248static void frwr_cid_init (struct rpcrdma_ep * ep ,
5349 struct rpcrdma_mr * mr )
5450{
Original file line number Diff line number Diff line change 5454#include "xprt_rdma.h"
5555#include <trace/events/rpcrdma.h>
5656
57- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
58- # define RPCDBG_FACILITY RPCDBG_TRANS
59- #endif
60-
6157/* Returns size of largest RPC-over-RDMA header in a Call message
6258 *
6359 * The largest Call header contains a full-size Read list and a
Original file line number Diff line number Diff line change 6060#include "xprt_rdma.h"
6161#include <trace/events/rpcrdma.h>
6262
63- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
64- # define RPCDBG_FACILITY RPCDBG_TRANS
65- #endif
66-
6763/*
6864 * tunables
6965 */
Original file line number Diff line number Diff line change 6363#include "xprt_rdma.h"
6464#include <trace/events/rpcrdma.h>
6565
66- /*
67- * Globals/Macros
68- */
69-
70- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
71- # define RPCDBG_FACILITY RPCDBG_TRANS
72- #endif
73-
74- /*
75- * internal functions
76- */
7766static int rpcrdma_sendctxs_create (struct rpcrdma_xprt * r_xprt );
7867static void rpcrdma_sendctxs_destroy (struct rpcrdma_xprt * r_xprt );
7968static void rpcrdma_sendctx_put_locked (struct rpcrdma_xprt * r_xprt ,
You can’t perform that action at this time.
0 commit comments