Home
last modified time | relevance | path

Searched refs:rpcrdma_buffer (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c78 static void rpcrdma_reps_destroy(struct rpcrdma_buffer *buf);
80 static void rpcrdma_mrs_destroy(struct rpcrdma_buffer *buf);
409 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_ia_remove()
802 static void rpcrdma_sendctxs_destroy(struct rpcrdma_buffer *buf) in rpcrdma_sendctxs_destroy()
829 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctxs_create()
861 static unsigned long rpcrdma_sendctx_next(struct rpcrdma_buffer *buf, in rpcrdma_sendctx_next()
882 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_sendctx_get_locked()
923 struct rpcrdma_buffer *buf = &sc->sc_xprt->rx_buf; in rpcrdma_sendctx_put_locked()
947 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_mrs_create()
980 struct rpcrdma_buffer *buf = container_of(work, struct rpcrdma_buffer, in rpcrdma_mr_refresh_worker()
[all …]
Dxprt_rdma.h314 struct rpcrdma_buffer;
363 struct rpcrdma_buffer { struct
430 struct rpcrdma_buffer rx_buf;
485 void rpcrdma_buffer_destroy(struct rpcrdma_buffer *);
497 struct rpcrdma_req *rpcrdma_buffer_get(struct rpcrdma_buffer *);
498 void rpcrdma_buffer_put(struct rpcrdma_buffer *buffers,
Drpc_rdma.c1316 struct rpcrdma_buffer *buf = &r_xprt->rx_buf; in rpcrdma_reply_handler()