Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c570 int has_srq; in ipoib_cm_handle_rx_wc() local
591 has_srq = ipoib_cm_has_srq(dev); in ipoib_cm_handle_rx_wc()
592 rx_ring = has_srq ? priv->cm.srq_ring : p->rx_ring; in ipoib_cm_handle_rx_wc()
601 if (has_srq) in ipoib_cm_handle_rx_wc()
680 if (has_srq) { in ipoib_cm_handle_rx_wc()
/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_qp.c19 int has_srq) in rxe_qp_chk_cap() argument
33 if (!has_srq) { in rxe_qp_chk_cap()