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

/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c570 int has_srq; local
591 has_srq = ipoib_cm_has_srq(dev);
592 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring;
601 if (has_srq)
680 if (has_srq) {
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_qp.c19 int has_srq)
33 if (!has_srq) {
18 rxe_qp_chk_cap(struct rxe_dev *rxe, struct ib_qp_cap *cap, int has_srq) argument

Completed in 205 milliseconds