Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 656 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 659 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 660 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 695 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 703 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 707 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 711 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 715 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()
|