Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 655 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 658 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 659 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 694 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 702 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 706 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 710 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 714 trace_svcrdma_decode_parse_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req()
|
D | svc_rdma_sendto.c | 867 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_send_error_msg() local 879 *p++ = *rdma_argp; in svc_rdma_send_error_msg() 880 *p++ = *(rdma_argp + 1); in svc_rdma_send_error_msg() 893 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error_msg() 901 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error_msg() 935 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_sendto() local 961 *p++ = *rdma_argp; in svc_rdma_sendto() 962 *p++ = *(rdma_argp + 1); in svc_rdma_sendto()
|