Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c497 __be32 *wr_lst, __be32 *rp_ch) in svc_rdma_get_inv_rkey() argument
504 else if (wr_lst && be32_to_cpup(wr_lst + 1)) in svc_rdma_get_inv_rkey()
505 p = wr_lst + 2; in svc_rdma_get_inv_rkey()
579 struct xdr_buf *xdr, __be32 *wr_lst) in svc_rdma_map_reply_msg() argument
601 if (wr_lst) { in svc_rdma_map_reply_msg()
686 __be32 *wr_lst, __be32 *rp_ch) in svc_rdma_send_reply_msg() argument
692 &rqstp->rq_res, wr_lst); in svc_rdma_send_reply_msg()
702 svc_rdma_get_inv_rkey(rdma_argp, wr_lst, rp_ch); in svc_rdma_send_reply_msg()
766 __be32 *p, *rdma_argp, *rdma_resp, *wr_lst, *rp_ch; in svc_rdma_sendto() local
772 svc_rdma_get_write_arrays(rdma_argp, &wr_lst, &rp_ch); in svc_rdma_sendto()
[all …]
/Linux-v4.19/include/linux/sunrpc/
Dsvc_rdma.h187 struct xdr_buf *xdr, __be32 *wr_lst);