Searched refs:sc_stream (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 218 xdr_init_encode(&ctxt->sc_stream, &ctxt->sc_hdrbuf, in svc_rdma_send_ctxt_get() 356 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list() 379 p = xdr_reserve_space(&sctxt->sc_stream, len); in svc_rdma_encode_write_segment() 425 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk() 431 ret = xdr_stream_encode_u32(&sctxt->sc_stream, nsegs); in svc_rdma_encode_write_chunk() 479 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list() 833 xdr_init_encode(&sctxt->sc_stream, &sctxt->sc_hdrbuf, in svc_rdma_send_error_msg() 836 p = xdr_reserve_space(&sctxt->sc_stream, in svc_rdma_send_error_msg() 848 p = xdr_reserve_space(&sctxt->sc_stream, 3 * sizeof(*p)); in svc_rdma_send_error_msg() 858 p = xdr_reserve_space(&sctxt->sc_stream, sizeof(*p)); in svc_rdma_send_error_msg() [all …]
|
D | svc_rdma_backchannel.c | 145 p = xdr_reserve_space(&ctxt->sc_stream, RPCRDMA_HDRLEN_MIN); in rpcrdma_bc_send_request()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | svc_rdma.h | 159 struct xdr_stream sc_stream; member
|