Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_phy.c529 EFSYS_ASSERT3U(epp->ep_current_bist, ==, EFX_BIST_TYPE_UNKNOWN); in efx_bist_start()
539 epp->ep_current_bist = type; in efx_bist_start()
568 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_poll()
602 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_stop()
609 epp->ep_current_bist = EFX_BIST_TYPE_UNKNOWN; in efx_bist_stop()
H A Defx_impl.h348 efx_bist_type_t ep_current_bist; member