Home
last modified time | relevance | path

Searched refs:qp_srq_enabled (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h122 uint32_t qp_srq_enabled; /* QP will use an SRQ */ member
H A Ddapl_tavor_wr.c797 qp->qp_num, TAVOR_WR_RECV, qp->qp_srq_enabled ? 0 : 1); in dapls_tavor_wrid_init()
828 if (qp->qp_srq_enabled) { in dapls_tavor_wrid_init()
860 if (!qp->qp_srq_enabled) { in dapls_tavor_wrid_init()
898 if (qp->qp_srq_enabled) { in dapls_tavor_wrid_cleanup()
H A Ddapl_tavor_ibtf_util.c1563 if (qp_ptr->qp_srq_enabled) { in dapls_ib_store_premature_events()
1597 if (qp->qp_srq_enabled) { in dapls_ib_poll_premature_events()
1623 dapl_os_assert(qp_ptr->qp_srq_enabled); in dapls_ib_free_premature_events()
H A Ddapl_tavor_ibtf_qp.c396 qp_p->qp_srq_enabled = 1; in dapls_ib_qp_alloc()
399 qp_p->qp_srq_enabled = 0; in dapls_ib_qp_alloc()
H A Ddapl_arbel_hw.c1574 if (qp->qp_srq_enabled == 0) { in dapli_arbel_qp_init()