Searched refs:rdma_argp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 650 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 653 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 654 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 689 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 697 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 701 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 705 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 709 trace_svcrdma_decode_parse_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req()
|
H A D | svc_rdma_sendto.c | 887 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_send_error_msg() local 899 *p++ = *rdma_argp; in svc_rdma_send_error_msg() 900 *p++ = *(rdma_argp + 1); in svc_rdma_send_error_msg() 913 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error_msg() 921 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error_msg() 954 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_sendto() local 980 *p++ = *rdma_argp; in svc_rdma_sendto() 981 *p++ = *(rdma_argp + 1); in svc_rdma_sendto()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 829 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_send_error_msg() local 841 *p++ = *rdma_argp; in svc_rdma_send_error_msg() 842 *p++ = *(rdma_argp + 1); in svc_rdma_send_error_msg() 855 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error_msg() 863 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error_msg() 896 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_sendto() local 917 *p++ = *rdma_argp; in svc_rdma_sendto() 918 *p++ = *(rdma_argp + 1); in svc_rdma_sendto()
|
H A D | svc_rdma_recvfrom.c | 630 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 633 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 634 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 668 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 676 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 680 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 684 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 688 trace_svcrdma_decode_parse_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req()
|
Completed in 5 milliseconds