Home
last modified time | relevance | path

Searched refs:EFX_RESET_RXQ_ERR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c888 (EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR | EFX_RESET_HW_UNAVAIL)) in ef10_ev_rx()
1090 (EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR | EFX_RESET_HW_UNAVAIL)) in ef10_ev_tx()
1343 enp->en_reset_flags |= EFX_RESET_RXQ_ERR; in ef10_ev_mcdi()
H A Defx_impl.h85 #define EFX_RESET_RXQ_ERR 0x00000002 macro
H A Def10_nic.c2163 enp->en_reset_flags &= ~(EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR); in ef10_nic_reset()