Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/infiniband/sw/rxe/
Drxe_qp.c44 int has_srq) in rxe_qp_chk_cap() argument
58 if (!has_srq) { in rxe_qp_chk_cap()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_qp.c282 struct ib_qp_cap *cap, int is_user, int has_srq, in hns_roce_set_rq_size() argument
297 if (has_srq) { in hns_roce_set_rq_size()