Searched refs:rc_stream (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 440 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_count_read_segments() 455 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_count_read_segments() 478 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_read_list() 493 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount)) in xdr_check_write_chunk() 497 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_check_write_chunk() 524 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_count_write_chunks() 550 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_write_list() 578 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_reply_chunk() 669 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 671 p = xdr_inline_decode(&rctxt->rc_stream, in svc_rdma_xdr_decode_req() [all …]
|
/linux-6.12.1/include/linux/sunrpc/ |
D | svc_rdma.h | 185 struct xdr_stream rc_stream; member
|