Searched refs:en_ev_qcount (Results 1 – 2 of 2) sorted by relevance
181 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_init()246 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_fini()274 EFSYS_ASSERT3U(enp->en_ev_qcount + 1, <, in efx_ev_qcreate()346 enp->en_ev_qcount++; in efx_ev_qcreate()359 enp->en_ev_qcount--; in efx_ev_qcreate()389 EFSYS_ASSERT(enp->en_ev_qcount != 0); in efx_ev_qdestroy()390 --enp->en_ev_qcount; in efx_ev_qdestroy()
834 uint32_t en_ev_qcount; member