Searched refs:ATH_RESET_NOLOSS (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 2393 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_fatal_proc() 2506 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_BBPANIC); in ath_bmiss_proc() 2510 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bmiss_proc() 2545 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_tsfoor_proc() 2995 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS)); in ath_reset() 3097 if (reset_type == ATH_RESET_NOLOSS) { in ath_reset() 3819 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_reset_proc() 3846 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bstuck_proc() 5193 if (reset_type == ATH_RESET_NOLOSS) { in ath_legacy_tx_drain() 5310 ath_draintxq(sc, ATH_RESET_NOLOSS); in ath_chan_set()
|
H A D | if_ath_tx_edma.c | 724 if (reset_type == ATH_RESET_NOLOSS) { in ath_edma_tx_drain()
|
H A D | if_ath_sysctl.c | 383 (sc->sc_running) ? ath_reset(sc, ATH_RESET_NOLOSS, in ath_sysctl_tpscale() 673 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_NORMAL); in ath_sysctl_intmit()
|
H A D | if_athvar.h | 508 ATH_RESET_NOLOSS = 1, enumerator
|