Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_phy.c603 EFSYS_ASSERT(epop->epo_bist_stop != NULL); in efx_bist_stop()
605 if (epop->epo_bist_stop != NULL) in efx_bist_stop()
606 epop->epo_bist_stop(enp, type); in efx_bist_stop()
H A Defx_impl.h263 void (*epo_bist_stop)(efx_nic_t *, efx_bist_type_t); member