Home
last modified time | relevance | path

Searched refs:sc_stream (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c212 xdr_init_encode(&ctxt->sc_stream, &ctxt->sc_hdrbuf, in svc_rdma_send_ctxt_get()
352 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list()
376 p = xdr_reserve_space(&sctxt->sc_stream, len); in svc_rdma_encode_write_segment()
411 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()
416 ret = xdr_stream_encode_u32(&sctxt->sc_stream, chunk->ch_segcount); in svc_rdma_encode_write_chunk()
456 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list()
483 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_reply_chunk()
863 xdr_init_encode(&sctxt->sc_stream, &sctxt->sc_hdrbuf, in svc_rdma_send_error_msg()
866 p = xdr_reserve_space(&sctxt->sc_stream, in svc_rdma_send_error_msg()
878 p = xdr_reserve_space(&sctxt->sc_stream, 3 * sizeof(*p)); in svc_rdma_send_error_msg()
[all …]
Dsvc_rdma_backchannel.c157 p = xdr_reserve_space(&ctxt->sc_stream, RPCRDMA_HDRLEN_MIN); in rpcrdma_bc_send_request()
/Linux-v5.15/include/linux/sunrpc/
Dsvc_rdma.h160 struct xdr_stream sc_stream; member