Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dsvc_rdma.h213 extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *);
/linux-2.6.39/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c308 ctxt = svc_rdma_get_context(xprt); in send_write()
692 ctxt = svc_rdma_get_context(rdma); in svc_rdma_sendto()
Dsvc_rdma_transport.c97 struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *xprt) in svc_rdma_get_context() function
503 ctxt = svc_rdma_get_context(xprt); in svc_rdma_post_recv()
1328 ctxt = svc_rdma_get_context(xprt); in svc_rdma_send_error()
Dsvc_rdma_recvfrom.c430 ctxt = svc_rdma_get_context(xprt); in rdma_read_xdr()