Home
last modified time | relevance | path

Searched refs:qp_num_premature_events (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h92 uint32_t qp_num_premature_events; member
H A Ddapl_tavor_ibtf_util.c1583 qp_ptr->qp_num_premature_events]), in dapls_ib_store_premature_events()
1586 qp_ptr->qp_num_premature_events++; in dapls_ib_store_premature_events()
1603 *nevents = qp->qp_num_premature_events; in dapls_ib_poll_premature_events()
1604 qp->qp_num_premature_events = 0; in dapls_ib_poll_premature_events()
H A Ddapl_tavor_ibtf_qp.c233 qp_p->qp_num_premature_events = 0; in dapls_ib_qp_alloc()
246 qp_p->qp_num_premature_events = 0; in dapls_ib_qp_alloc()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c995 (qp->qp_num_premature_events > 0)) { in dapli_evd_cqe_to_event()