Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c215 xdr_init_encode(&ctxt->sc_stream, &ctxt->sc_hdrbuf, in svc_rdma_send_ctxt_get()
415 return xdr_stream_encode_item_absent(&sctxt->sc_stream);
439 p = xdr_reserve_space(&sctxt->sc_stream, len); in svc_rdma_encode_write_segment()
474 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()
479 ret = xdr_stream_encode_u32(&sctxt->sc_stream, chunk->ch_segcount); in svc_rdma_encode_write_chunk()
519 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream);
546 return xdr_stream_encode_item_absent(&sctxt->sc_stream);
942 xdr_init_encode(&sctxt->sc_stream, &sctxt->sc_hdrbuf, in svc_rdma_send_error_msg()
945 p = xdr_reserve_space(&sctxt->sc_stream, in svc_rdma_send_error_msg()
957 p = xdr_reserve_space(&sctxt->sc_stream, in svc_rdma_send_error_msg()
[all...]
H A Dsvc_rdma_backchannel.c148 p = xdr_reserve_space(&ctxt->sc_stream, RPCRDMA_HDRLEN_MIN); in rpcrdma_bc_send_request()
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h243 struct xdr_stream sc_stream; member