Home
last modified time | relevance | path

Searched refs:ep_current_bist (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_phy.c528 EFSYS_ASSERT3U(epp->ep_current_bist, ==, EFX_BIST_TYPE_UNKNOWN); in efx_bist_start()
538 epp->ep_current_bist = type; in efx_bist_start()
567 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_poll()
601 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_stop()
608 epp->ep_current_bist = EFX_BIST_TYPE_UNKNOWN; in efx_bist_stop()
H A Defx_impl.h337 efx_bist_type_t ep_current_bist; member