Symbol: EFX_MOD_NIC
sys/dev/sfxge/common/efx_intr.c
127
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_intr.c
196
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_nic.c
418
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_nic.c
453
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_nic.c
489
if (enp->en_mod_flags & EFX_MOD_NIC) {
sys/dev/sfxge/common/efx_nic.c
497
enp->en_mod_flags |= EFX_MOD_NIC;
sys/dev/sfxge/common/efx_nic.c
517
EFSYS_ASSERT(enp->en_mod_flags & EFX_MOD_NIC);
sys/dev/sfxge/common/efx_nic.c
525
enp->en_mod_flags &= ~EFX_MOD_NIC;
sys/dev/sfxge/common/efx_nic.c
539
EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_NIC));
sys/dev/sfxge/common/efx_nic.c
732
EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_NIC));
sys/dev/sfxge/common/efx_port.c
243
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_port.c
47
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_rx.c
216
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_rx.c
287
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_sram.c
176
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_sram.c
318
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_sram.c
53
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_tx.c
242
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);
sys/dev/sfxge/common/efx_tx.c
315
EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC);