Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c564 int has_srq; in ipoib_cm_handle_rx_wc() local
585 has_srq = ipoib_cm_has_srq(dev); in ipoib_cm_handle_rx_wc()
586 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring; in ipoib_cm_handle_rx_wc()
595 if (has_srq) in ipoib_cm_handle_rx_wc()
673 if (has_srq) { in ipoib_cm_handle_rx_wc()
/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_qp.c464 int is_llqp = 0, has_srq = 0, is_user = 0; in internal_create_qp() local
515 has_srq = 1; in internal_create_qp()
520 if (is_llqp && has_srq) { in internal_create_qp()
663 if (has_srq) in internal_create_qp()
/linux-2.6.39/drivers/infiniband/hw/mlx4/
Dqp.c305 int is_user, int has_srq, struct mlx4_ib_qp *qp) in set_rq_size() argument
312 if (has_srq) { in set_rq_size()