Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c853 int prm_idx; in dapls_evd_post_premature_events() local
863 prm_idx = 0; in dapls_evd_post_premature_events()
869 (prm_idx <= ((DAPL_SRQ *)ep_ptr->param.srq_handle)-> in dapls_evd_post_premature_events()
878 (!DAPL_CQE_IS_VALID(&cqe[prm_idx]) || in dapls_evd_post_premature_events()
879 (DAPL_GET_CQE_QPN(&cqe[prm_idx]) != qpn))) { in dapls_evd_post_premature_events()
880 prm_idx++; in dapls_evd_post_premature_events()
907 dapls_ib_free_premature_events(ep_ptr, prm_idx); in dapls_evd_post_premature_events()
908 prm_idx++; in dapls_evd_post_premature_events()