Home
last modified time | relevance | path

Searched refs:rc_stream (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c425 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_count_read_segments()
440 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_count_read_segments()
463 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_read_list()
478 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount)) in xdr_check_write_chunk()
488 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_check_write_chunk()
515 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_count_write_chunks()
541 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_write_list()
569 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_reply_chunk()
660 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req()
662 p = xdr_inline_decode(&rctxt->rc_stream, in svc_rdma_xdr_decode_req()
[all …]
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h137 struct xdr_stream rc_stream; member