Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_ev.c502 if (enp->en_reset_flags & (EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR)) in ef10_ev_rx()
658 if (enp->en_reset_flags & (EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR)) in ef10_ev_tx()
909 enp->en_reset_flags |= EFX_RESET_RXQ_ERR; in ef10_ev_mcdi()
H A Defx_impl.h80 #define EFX_RESET_RXQ_ERR 0x00000002 macro
H A Def10_nic.c1328 enp->en_reset_flags &= ~(EFX_RESET_RXQ_ERR | EFX_RESET_TXQ_ERR); in ef10_nic_reset()