Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_recvfrom.c | 696 __be32 *p, *rdma_argp; in svc_rdma_xdr_decode_req() local 699 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req() 700 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 738 trace_svcrdma_decode_rqst(rctxt, rdma_argp, hdr_len); in svc_rdma_xdr_decode_req() 746 trace_svcrdma_decode_badvers_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 750 trace_svcrdma_decode_drop_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 754 trace_svcrdma_decode_badproc_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req() 758 trace_svcrdma_decode_parse_err(rctxt, rdma_argp); in svc_rdma_xdr_decode_req()
|
| H A D | svc_rdma_sendto.c | 1078 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_send_error_msg() local 1090 *p++ = *rdma_argp; in svc_rdma_send_error_msg() 1091 *p++ = *(rdma_argp + 1); in svc_rdma_send_error_msg() 1104 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error_msg() 1112 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error_msg() 1151 __be32 *rdma_argp = rctxt->rc_recv_buf; in svc_rdma_sendto() local 1186 *p++ = *rdma_argp; in svc_rdma_sendto() 1187 *p++ = *(rdma_argp + 1); in svc_rdma_sendto()
|