Searched refs:EFX_MOD_NIC (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_sram.c | 26 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_set() 147 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_buf_tbl_clear() 288 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_sram_test()
|
| H A D | efx_port.c | 20 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_port_init() 216 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_port_fini()
|
| H A D | efx_nic.c | 531 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_nic_get_bar_region() 567 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_nic_get_vi_pool() 604 if (enp->en_mod_flags & EFX_MOD_NIC) { in efx_nic_init() 612 enp->en_mod_flags |= EFX_MOD_NIC; in efx_nic_init() 632 EFSYS_ASSERT(enp->en_mod_flags & EFX_MOD_NIC); in efx_nic_fini() 640 enp->en_mod_flags &= ~EFX_MOD_NIC; in efx_nic_fini() 654 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_NIC)); in efx_nic_unprobe() 894 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_NIC)); in efx_nic_register_test()
|
| H A D | efx_intr.c | 117 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_init() 192 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_intr_fini()
|
| H A D | efx_evb.c | 316 EFSYS_ASSERT(!(enp->en_mod_flags & EFX_MOD_NIC)); in efx_evb_vswitch_create()
|
| H A D | efx_tx.c | 244 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_init() 323 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_fini()
|
| H A D | efx_rx.c | 221 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_init() 298 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_rx_fini()
|
| H A D | efx_impl.h | 56 #define EFX_MOD_NIC 0x00000010 macro
|