Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 665 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 668 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 669 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 704 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 712 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 716 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 720 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 724 trace_svcrdma_decode_parse_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req()
|
D | svc_rdma_sendto.c | 928 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_send_error_msg() local 940 *p++ = *rdma_argp; in svc_rdma_send_error_msg() 941 *p++ = *(rdma_argp + 1); in svc_rdma_send_error_msg() 954 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error_msg() 962 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error_msg() 995 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_sendto() local 1030 *p++ = *rdma_argp; in svc_rdma_sendto() 1031 *p++ = *(rdma_argp + 1); in svc_rdma_sendto()
|