Searched refs:re_inline_send (Results 1 - 5 of 5) sorted by path

/linux-master/include/trace/events/
H A Drpcrdma.h652 __entry->inline_send = ep->re_inline_send;
/linux-master/net/sunrpc/xprtrdma/
H A Dbackchannel.c46 maxmsg = min_t(unsigned int, ep->re_inline_send, ep->re_inline_recv);
H A Drpc_rdma.c113 ep->re_inline_send - rpcrdma_max_call_header_size(maxsegs);
H A Dverbs.c208 if (wsize < ep->re_inline_send)
209 ep->re_inline_send = wsize;
392 ep->re_inline_send = xprt_rdma_max_inline_write;
437 pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->re_inline_send);
H A Dxprt_rdma.h97 unsigned int re_inline_send; /* negotiated */ member in struct:rpcrdma_ep

Completed in 210 milliseconds