Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tx.c251 if (enp->en_mod_flags & EFX_MOD_TX) { in efx_tx_init()
299 enp->en_mod_flags |= EFX_MOD_TX; in efx_tx_init()
312 enp->en_mod_flags &= ~EFX_MOD_TX; in efx_tx_init()
324 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
330 enp->en_mod_flags &= ~EFX_MOD_TX; in efx_tx_fini()
370 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
H A Defx_sram.c291 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_sram_test()
H A Defx_nic.c636 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_nic_fini()
658 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_nic_unprobe()
H A Defx_evb.c147 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_evb_fini()
H A Defx_ev.c245 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_TX)); in efx_ev_fini()
H A Defx_impl.h60 #define EFX_MOD_TX 0x00000100 macro