Searched refs:re_inline_recv (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 50 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv); in xprt_rdma_bc_maxpayload() 193 size = min_t(size_t, r_xprt->rx_ep->re_inline_recv, PAGE_SIZE); in rpcrdma_bc_rqst_get()
|
H A D | verbs.c | 230 if (rsize < ep->re_inline_recv) in rpcrdma_update_cm_private() 231 ep->re_inline_recv = rsize; in rpcrdma_update_cm_private() 420 ep->re_inline_recv = xprt_rdma_max_inline_read; in rpcrdma_ep_create() 475 pmsg->cp_recv_size = rpcrdma_encode_buffer_size(ep->re_inline_recv); in rpcrdma_ep_create() 970 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create()
|
H A D | xprt_rdma.h | 95 unsigned int re_inline_recv; /* negotiated */ member
|
H A D | rpc_rdma.c | 119 ep->re_inline_recv - rpcrdma_max_reply_header_size(maxsegs); in rpcrdma_set_max_header_sizes()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 46 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv); in xprt_rdma_bc_maxpayload() 191 size = min_t(size_t, r_xprt->rx_ep->re_inline_recv, PAGE_SIZE); in rpcrdma_bc_rqst_get()
|
H A D | verbs.c | 206 if (rsize < ep->re_inline_recv) in rpcrdma_update_cm_private() 207 ep->re_inline_recv = rsize; in rpcrdma_update_cm_private() 393 ep->re_inline_recv = xprt_rdma_max_inline_read; in rpcrdma_ep_create() 438 pmsg->cp_recv_size = rpcrdma_encode_buffer_size(ep->re_inline_recv); in rpcrdma_ep_create() 933 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create()
|
H A D | xprt_rdma.h | 98 unsigned int re_inline_recv; /* negotiated */ member
|
H A D | rpc_rdma.c | 115 ep->re_inline_recv - rpcrdma_max_reply_header_size(maxsegs); in rpcrdma_set_max_header_sizes()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 407 __entry->inline_recv = ep->re_inline_recv;
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 654 __entry->inline_recv = ep->re_inline_recv;
|
Completed in 13 milliseconds