Home
last modified time | relevance | path

Searched refs:DECR_CQCOUNT (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
Dverbs.c1500 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_frmr_external()
1534 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_frmr_external()
1624 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_register_memwin_external()
1661 DECR_CQCOUNT(&r_xprt->rx_ep); in rpcrdma_deregister_memwin_external()
1860 if (DECR_CQCOUNT(ep) > 0) in rpcrdma_ep_post()
1894 DECR_CQCOUNT(ep); in rpcrdma_ep_post_recv()
Dxprt_rdma.h92 #define DECR_CQCOUNT(ep) atomic_sub_return(1, &(ep)->rep_cqcount) macro