Searched refs:rdma_resp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/sunrpc/xprtrdma/ |
| D | svc_rdma_sendto.c | 328 static unsigned int svc_rdma_reply_hdr_len(__be32 *rdma_resp) in svc_rdma_reply_hdr_len() argument 333 p = rdma_resp; in svc_rdma_reply_hdr_len() 350 return (unsigned long)p - (unsigned long)rdma_resp; in svc_rdma_reply_hdr_len() 405 static void svc_rdma_xdr_encode_write_list(__be32 *rdma_resp, __be32 *wr_ch, in svc_rdma_xdr_encode_write_list() argument 412 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_write_list() 436 static void svc_rdma_xdr_encode_reply_chunk(__be32 *rdma_resp, __be32 *rp_ch, in svc_rdma_xdr_encode_reply_chunk() argument 444 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_reply_chunk() 824 __be32 *p, *rdma_argp, *rdma_resp, *wr_lst, *rp_ch; in svc_rdma_sendto() local 842 rdma_resp = sctxt->sc_xprt_buf; in svc_rdma_sendto() 844 p = rdma_resp; in svc_rdma_sendto() [all …]
|
| D | svc_rdma_backchannel.c | 27 int svc_rdma_handle_bc_reply(struct rpc_xprt *xprt, __be32 *rdma_resp, in svc_rdma_handle_bc_reply() argument 41 xid = *rdma_resp; in svc_rdma_handle_bc_reply() 47 __func__, (int)RPCRDMA_HDRLEN_MIN, rdma_resp); in svc_rdma_handle_bc_reply() 69 credits = be32_to_cpup(rdma_resp + 2); in svc_rdma_handle_bc_reply()
|
| D | svc_rdma_recvfrom.c | 692 __be32 *rdma_resp) in svc_rdma_is_backchannel_reply() argument 699 p = rdma_resp + 3; in svc_rdma_is_backchannel_reply() 711 if (*p++ != *rdma_resp) in svc_rdma_is_backchannel_reply()
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | svc_rdma.h | 156 __be32 *rdma_resp,
|