Home
last modified time | relevance | path

Searched refs:wr_lst (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c542 __be32 *wr_lst) in svc_rdma_pull_up_needed() argument
550 if (!wr_lst) { in svc_rdma_pull_up_needed()
578 struct xdr_buf *xdr, __be32 *wr_lst) in svc_rdma_pull_up_reply_msg() argument
591 if (wr_lst) { in svc_rdma_pull_up_reply_msg()
642 struct xdr_buf *xdr, __be32 *wr_lst) in svc_rdma_map_reply_msg() argument
651 if (svc_rdma_pull_up_needed(rdma, xdr, wr_lst)) in svc_rdma_map_reply_msg()
652 return svc_rdma_pull_up_reply_msg(rdma, ctxt, xdr, wr_lst); in svc_rdma_map_reply_msg()
666 if (wr_lst) { in svc_rdma_map_reply_msg()
749 __be32 *wr_lst, __be32 *rp_ch) in svc_rdma_send_reply_msg() argument
755 &rqstp->rq_res, wr_lst); in svc_rdma_send_reply_msg()
[all …]
/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h190 struct xdr_buf *xdr, __be32 *wr_lst);