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

/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c566 int has_srq; local
587 has_srq = ipoib_cm_has_srq(dev);
588 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring;
597 if (has_srq)
675 if (has_srq) {
/drivers/infiniband/hw/ehca/
H A Dehca_qp.c464 int is_llqp = 0, has_srq = 0, is_user = 0; local
515 has_srq = 1;
520 if (is_llqp && has_srq) {
663 if (has_srq)

Completed in 176 milliseconds