Searched refs:re_inline_send (Results 1 – 5 of 5) sorted by relevance
208 if (wsize < ep->re_inline_send) in rpcrdma_update_cm_private()209 ep->re_inline_send = wsize; in rpcrdma_update_cm_private()396 ep->re_inline_send = xprt_rdma_max_inline_write; in rpcrdma_ep_create()441 pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->re_inline_send); in rpcrdma_ep_create()
46 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv); in xprt_rdma_bc_maxpayload()
97 unsigned int re_inline_send; /* negotiated */ member
113 ep->re_inline_send - rpcrdma_max_call_header_size(maxsegs); in rpcrdma_set_max_header_sizes()
653 __entry->inline_send = ep->re_inline_send;