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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c558 int has_srq; local
579 has_srq = ipoib_cm_has_srq(dev);
580 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring;
589 if (has_srq)
666 if (has_srq) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dqp.c294 int is_user, int has_srq, struct mlx4_ib_qp *qp)
301 if (has_srq) {
293 set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, int is_user, int has_srq, struct mlx4_ib_qp *qp) argument

Completed in 72 milliseconds