Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dtransport.c638 __func__, rep, (rep && rep->rr_func) ? " (with waiter)" : ""); in xprt_rdma_free()
655 if (rep && wait_event_interruptible(rep->rr_unbind, !rep->rr_func)) { in xprt_rdma_free()
656 rep->rr_func = NULL; /* abandon the callback */ in xprt_rdma_free()
705 req->rl_reply->rr_func = rpcrdma_reply_handler; in xprt_rdma_send_request()
Dverbs.c88 func = rep->rr_func; in rpcrdma_run_tasklet()
89 rep->rr_func = NULL; in rpcrdma_run_tasklet()
1286 req->rl_reply->rr_func = NULL; in rpcrdma_buffer_put()
1347 rep->rr_func = NULL; in rpcrdma_recv_buffer_put()
1816 void (*func)(struct rpcrdma_rep *) = rep->rr_func; in rpcrdma_deregister_external()
1817 rep->rr_func = NULL; in rpcrdma_deregister_external()
Dxprt_rdma.h125 void (*rr_func)(struct rpcrdma_rep *);/* called by tasklet in softint */ member
Drpc_rdma.c763 rep->rr_func = rpcrdma_reply_handler; in rpcrdma_reply_handler()
863 rep->rr_func = rpcrdma_unbind_func; in rpcrdma_reply_handler()