Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_phy.c464 EFSYS_ASSERT3U(epp->ep_current_bist, ==, EFX_BIST_TYPE_UNKNOWN); in efx_bist_start()
474 epp->ep_current_bist = type; in efx_bist_start()
503 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_poll()
537 EFSYS_ASSERT3U(epp->ep_current_bist, ==, type); in efx_bist_stop()
544 epp->ep_current_bist = EFX_BIST_TYPE_UNKNOWN; in efx_bist_stop()
H A Defx_impl.h286 efx_bist_type_t ep_current_bist; member