Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c484 int has_srq; in ipoib_cm_handle_rx_wc() local
506 has_srq = ipoib_cm_has_srq(priv); in ipoib_cm_handle_rx_wc()
507 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring; in ipoib_cm_handle_rx_wc()
516 if (has_srq) in ipoib_cm_handle_rx_wc()
578 if (has_srq) { in ipoib_cm_handle_rx_wc()