Searched refs:rc_stream (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 423 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_read_list() 430 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_check_read_list() 444 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_read_list() 461 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_write_chunk() 471 p = xdr_inline_decode(&rctxt->rc_stream, in xdr_check_write_chunk() 504 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_write_list() 512 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_write_list() 537 p = xdr_inline_decode(&rctxt->rc_stream, sizeof(*p)); in xdr_check_reply_chunk() 634 xdr_init_decode(&rctxt->rc_stream, rq_arg, rdma_argp, NULL); in svc_rdma_xdr_decode_req() 636 p = xdr_inline_decode(&rctxt->rc_stream, in svc_rdma_xdr_decode_req() [all …]
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | svc_rdma.h | 139 struct xdr_stream rc_stream; member
|