Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_tx.c217 if (enp->en_mod_flags & EFX_MOD_TX) { in efx_tx_init()
253 enp->en_mod_flags |= EFX_MOD_TX; in efx_tx_init()
266 enp->en_mod_flags &= ~EFX_MOD_TX; in efx_tx_init()
278 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
284 enp->en_mod_flags &= ~EFX_MOD_TX; in efx_tx_fini()
306 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
H A Defx_sram.c317 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_sram_test()
H A Defx_nic.c515 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_nic_fini()
537 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_nic_unprobe()
H A Defx_ev.c209 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_ev_fini()
H A Defx_impl.h72 #define EFX_MOD_TX 0x00000100 macro