Home
last modified time | relevance | path

Searched refs:EFX_FEATURE_MCDI (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_nic.c289 EFX_FEATURE_MCDI | in efx_nic_create()
303 EFX_FEATURE_MCDI | in efx_nic_create()
325 EFX_FEATURE_MCDI | in efx_nic_create()
342 EFX_FEATURE_MCDI | in efx_nic_create()
359 EFX_FEATURE_MCDI | in efx_nic_create()
757 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_nic_get_fw_version()
813 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_nic_get_board_info()
H A Defx_mcdi.c261 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_start()
541 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_poll()
614 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_abort()
766 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_execute()
780 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_execute_quiet()
799 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_ev_cpl()
995 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_get_version()
1081 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_get_boot_status()
H A Defx.h1398 #define EFX_FEATURE_MCDI 0x00000020 macro