Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c332 static unsigned int svc_rdma_reply_hdr_len(__be32 *rdma_resp) in svc_rdma_reply_hdr_len() argument
337 p = rdma_resp; in svc_rdma_reply_hdr_len()
354 return (unsigned long)p - (unsigned long)rdma_resp; in svc_rdma_reply_hdr_len()
409 static void svc_rdma_xdr_encode_write_list(__be32 *rdma_resp, __be32 *wr_ch, in svc_rdma_xdr_encode_write_list() argument
416 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_write_list()
440 static void svc_rdma_xdr_encode_reply_chunk(__be32 *rdma_resp, __be32 *rp_ch, in svc_rdma_xdr_encode_reply_chunk() argument
448 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_reply_chunk()
766 __be32 *p, *rdma_argp, *rdma_resp, *wr_lst, *rp_ch; in svc_rdma_sendto() local
784 rdma_resp = sctxt->sc_xprt_buf; in svc_rdma_sendto()
786 p = rdma_resp; in svc_rdma_sendto()
[all …]
Dsvc_rdma_backchannel.c29 int svc_rdma_handle_bc_reply(struct rpc_xprt *xprt, __be32 *rdma_resp, in svc_rdma_handle_bc_reply() argument
44 xid = *rdma_resp; in svc_rdma_handle_bc_reply()
50 __func__, (int)RPCRDMA_HDRLEN_MIN, rdma_resp); in svc_rdma_handle_bc_reply()
70 credits = be32_to_cpup(rdma_resp + 2); in svc_rdma_handle_bc_reply()
Dsvc_rdma_recvfrom.c640 __be32 *rdma_resp) in svc_rdma_is_backchannel_reply() argument
647 p = rdma_resp + 3; in svc_rdma_is_backchannel_reply()
659 if (*p++ != *rdma_resp) in svc_rdma_is_backchannel_reply()
/Linux-v4.19/include/linux/sunrpc/
Dsvc_rdma.h153 __be32 *rdma_resp,