Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dbackchannel_rqst.c383 xprt_enqueue_bc_request(req); in xprt_complete_bc_request()
386 void xprt_enqueue_bc_request(struct rpc_rqst *req) in xprt_enqueue_bc_request() function
400 EXPORT_SYMBOL_GPL(xprt_enqueue_bc_request);
/linux/include/linux/sunrpc/
H A Dbc_xprt.h28 void xprt_enqueue_bc_request(struct rpc_rqst *req);
/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c264 xprt_enqueue_bc_request(rqst); in rpcrdma_bc_receive_call()