Home
last modified time | relevance | path

Searched refs:re_inline_recv (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/xprtrdma/
A Dbackchannel.c50 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv); in xprt_rdma_bc_maxpayload()
195 size = min_t(size_t, r_xprt->rx_ep->re_inline_recv, PAGE_SIZE); in rpcrdma_bc_rqst_get()
A Dverbs.c218 if (rsize < ep->re_inline_recv) in rpcrdma_update_cm_private()
219 ep->re_inline_recv = rsize; in rpcrdma_update_cm_private()
409 ep->re_inline_recv = xprt_rdma_max_inline_read; in rpcrdma_ep_create()
460 pmsg->cp_recv_size = rpcrdma_encode_buffer_size(ep->re_inline_recv); in rpcrdma_ep_create()
956 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create()
A Dxprt_rdma.h98 unsigned int re_inline_recv; /* negotiated */ member
A Drpc_rdma.c119 ep->re_inline_recv - rpcrdma_max_reply_header_size(maxsegs); in rpcrdma_set_max_header_sizes()
/linux/include/trace/events/
A Drpcrdma.h654 __entry->inline_recv = ep->re_inline_recv;

Completed in 13 milliseconds