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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dtransport.c597 __func__, rep, (rep && rep->rr_func) ? " (with waiter)" : "");
603 * complete when the rr_func vector becomes NULL - this
614 if (rep && wait_event_interruptible(rep->rr_unbind, !rep->rr_func)) {
615 rep->rr_func = NULL; /* abandon the callback */
664 req->rl_reply->rr_func = rpcrdma_reply_handler;
H A Dxprt_rdma.h125 void (*rr_func)(struct rpcrdma_rep *);/* called by tasklet in softint */ member in struct:rpcrdma_rep
H A Dverbs.c89 func = rep->rr_func;
90 rep->rr_func = NULL;
1298 req->rl_reply->rr_func = NULL;
1359 rep->rr_func = NULL;
1829 void (*func)(struct rpcrdma_rep *) = rep->rr_func;
1830 rep->rr_func = NULL;
H A Drpc_rdma.c713 * for completes. Just use rr_func (zeroed by upcall) to signal completion.
767 rep->rr_func = rpcrdma_reply_handler;
867 rep->rr_func = rpcrdma_unbind_func;

Completed in 133 milliseconds