File tree Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 13
13
#include "xprt_rdma.h"
14
14
#include <trace/events/rpcrdma.h>
15
15
16
- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
17
- # define RPCDBG_FACILITY RPCDBG_TRANS
18
- #endif
19
-
20
16
#undef RPCRDMA_BACKCHANNEL_DEBUG
21
17
22
18
/**
Original file line number Diff line number Diff line change 45
45
#include "xprt_rdma.h"
46
46
#include <trace/events/rpcrdma.h>
47
47
48
- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
49
- # define RPCDBG_FACILITY RPCDBG_TRANS
50
- #endif
51
-
52
48
static void frwr_cid_init (struct rpcrdma_ep * ep ,
53
49
struct rpcrdma_mr * mr )
54
50
{
Original file line number Diff line number Diff line change 54
54
#include "xprt_rdma.h"
55
55
#include <trace/events/rpcrdma.h>
56
56
57
- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
58
- # define RPCDBG_FACILITY RPCDBG_TRANS
59
- #endif
60
-
61
57
/* Returns size of largest RPC-over-RDMA header in a Call message
62
58
*
63
59
* The largest Call header contains a full-size Read list and a
Original file line number Diff line number Diff line change 60
60
#include "xprt_rdma.h"
61
61
#include <trace/events/rpcrdma.h>
62
62
63
- #if IS_ENABLED (CONFIG_SUNRPC_DEBUG )
64
- # define RPCDBG_FACILITY RPCDBG_TRANS
65
- #endif
66
-
67
63
/*
68
64
* tunables
69
65
*/
Original file line number Diff line number Diff line change 63
63
#include "xprt_rdma.h"
64
64
#include <trace/events/rpcrdma.h>
65
65
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
- */
77
66
static int rpcrdma_sendctxs_create (struct rpcrdma_xprt * r_xprt );
78
67
static void rpcrdma_sendctxs_destroy (struct rpcrdma_xprt * r_xprt );
79
68
static void rpcrdma_sendctx_put_locked (struct rpcrdma_xprt * r_xprt ,
You can’t perform that action at this time.
0 commit comments