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

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c484 int has_srq; local
509 has_srq = ipoib_cm_has_srq(priv);
510 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring;
519 if (has_srq)
573 if (has_srq) {

Completed in 69 milliseconds