Lines Matching refs:rdma_argp
500 __be32 *p, *end, *rdma_argp; in svc_rdma_xdr_decode_req() local
507 rdma_argp = rq_arg->head[0].iov_base; in svc_rdma_xdr_decode_req()
508 if (*(rdma_argp + 1) != rpcrdma_version) in svc_rdma_xdr_decode_req()
511 switch (*(rdma_argp + 3)) { in svc_rdma_xdr_decode_req()
527 end = (__be32 *)((unsigned long)rdma_argp + rq_arg->len); in svc_rdma_xdr_decode_req()
528 p = xdr_check_read_list(rdma_argp + 4, end); in svc_rdma_xdr_decode_req()
541 hdr_len = (unsigned long)p - (unsigned long)rdma_argp; in svc_rdma_xdr_decode_req()
544 trace_svcrdma_decode_rqst(rdma_argp, hdr_len); in svc_rdma_xdr_decode_req()
552 trace_svcrdma_decode_badvers(rdma_argp); in svc_rdma_xdr_decode_req()
556 trace_svcrdma_decode_drop(rdma_argp); in svc_rdma_xdr_decode_req()
560 trace_svcrdma_decode_badproc(rdma_argp); in svc_rdma_xdr_decode_req()
564 trace_svcrdma_decode_parse(rdma_argp); in svc_rdma_xdr_decode_req()
598 __be32 *rdma_argp, int status) in svc_rdma_send_error() argument
610 *p++ = *rdma_argp; in svc_rdma_send_error()
611 *p++ = *(rdma_argp + 1); in svc_rdma_send_error()
619 trace_svcrdma_err_vers(*rdma_argp); in svc_rdma_send_error()
623 trace_svcrdma_err_chunk(*rdma_argp); in svc_rdma_send_error()