Home
last modified time | relevance | path

Searched refs:rpcr_to_rdmar (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/xprtrdma/
Dbackchannel.c63 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_marshal_reply()
105 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_bc_send_reply()
144 rpcrdma_req_destroy(rpcr_to_rdmar(rqst)); in xprt_rdma_bc_destroy()
157 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_bc_free_rqst()
263 req = rpcr_to_rdmar(rqst); in rpcrdma_bc_receive_call()
Dtransport.c540 rpcrdma_reply_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot()
543 rpcrdma_buffer_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot()
573 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_allocate()
607 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_free()
641 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_send_request()
Drpc_rdma.c861 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_marshal_req()
1355 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_unpin_rqst()
1478 req = rpcr_to_rdmar(rqst); in rpcrdma_reply_handler()
Dxprt_rdma.h329 rpcr_to_rdmar(const struct rpc_rqst *rqst) in rpcr_to_rdmar() function