Searched refs:EFX_FEATURE_MCDI (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_nic.c | 235 EFX_FEATURE_MCDI | in efx_nic_create() 249 EFX_FEATURE_MCDI | in efx_nic_create() 271 EFX_FEATURE_MCDI | in efx_nic_create() 288 EFX_FEATURE_MCDI | in efx_nic_create() 642 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_nic_get_fw_version()
|
H A D | efx_mcdi.c | 263 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_start() 511 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_poll() 584 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_request_abort() 736 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_execute() 750 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_execute_quiet() 769 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI); in efx_mcdi_ev_cpl() 940 EFSYS_ASSERT3U(enp->en_features, &, EFX_FEATURE_MCDI);
|
H A D | efx.h | 1255 #define EFX_FEATURE_MCDI 0x00000020 macro
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_mcdi.c | 244 if (!(encp->enc_features & EFX_FEATURE_MCDI)) { in sfxge_mcdi_ioctl()
|