Home
last modified time | relevance | path

Searched refs:rep_receive_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c160 --r_xprt->rx_ep.rep_receive_count; in rpcrdma_wc_receive()
523 ep->rep_receive_count = 0; in rpcrdma_ep_create()
1471 if (likely(ep->rep_receive_count > needed)) in rpcrdma_post_recvs()
1473 needed -= ep->rep_receive_count; in rpcrdma_post_recvs()
1517 ep->rep_receive_count += count; in rpcrdma_post_recvs()
Dxprt_rdma.h105 int rep_receive_count; member
/Linux-v5.4/include/trace/events/
Drpcrdma.h727 __entry->posted = r_xprt->rx_ep.rep_receive_count;