Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c397 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_poll()
410 if (n != IPOIB_NUM_WC) in ipoib_poll()
747 n = ib_poll_cq(priv->recv_cq, IPOIB_NUM_WC, priv->ibwc); in ipoib_drain_cq()
765 } while (n == IPOIB_NUM_WC); in ipoib_drain_cq()
H A Dipoib.h131 IPOIB_NUM_WC = 4, enumerator
379 struct ib_wc ibwc[IPOIB_NUM_WC];