Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h197 extern int svc_rdma_xdr_get_reply_hdr_len(struct rpcrdma_msg *);
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c227 int svc_rdma_xdr_get_reply_hdr_len(struct rpcrdma_msg *rmsgp) in svc_rdma_xdr_get_reply_hdr_len() function
Dsvc_rdma_sendto.c484 ctxt->sge[0].length = svc_rdma_xdr_get_reply_hdr_len(rdma_resp); in send_reply()