Lines Matching refs:EFSYS_ASSERT3U
141 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_init()
142 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_init()
180 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_init()
206 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_fini()
207 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_INTR); in efx_ev_fini()
208 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_fini()
211 EFSYS_ASSERT3U(enp->en_ev_qcount, ==, 0); in efx_ev_fini()
234 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qcreate()
235 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_EV); in efx_ev_qcreate()
237 EFSYS_ASSERT3U(enp->en_ev_qcount + 1, <, in efx_ev_qcreate()
307 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qdestroy()
327 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qprime()
354 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qpending()
371 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qprefetch()
409 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qpoll()
545 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qpost()
583 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qmoderate()
612 EFSYS_ASSERT3U(eep->ee_magic, ==, EFX_EVQ_MAGIC); in efx_ev_qstats_update()
1111 EFSYS_ASSERT3U(enp->en_family, ==, EFX_FAMILY_SIENA); in siena_ev_mcdi()
1434 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_ev_qstat_name()
1435 EFSYS_ASSERT3U(id, <, EV_NQSTATS); in efx_ev_qstat_name()