Home
last modified time | relevance | path

Searched refs:re_inline_send (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/xprtrdma/
Dverbs.c222 if (wsize < ep->re_inline_send) in rpcrdma_update_cm_private()
223 ep->re_inline_send = wsize; in rpcrdma_update_cm_private()
410 ep->re_inline_send = xprt_rdma_max_inline_write; in rpcrdma_ep_create()
463 pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->re_inline_send); in rpcrdma_ep_create()
Dbackchannel.c50 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv); in xprt_rdma_bc_maxpayload()
Dxprt_rdma.h96 unsigned int re_inline_send; /* negotiated */ member
Drpc_rdma.c117 ep->re_inline_send - rpcrdma_max_call_header_size(maxsegs); in rpcrdma_set_max_header_sizes()