Searched refs:ATH_RESET_NOLOSS (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/ath/ |
| H A D | if_ath.c | 2396 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_fatal_proc() 2509 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_BBPANIC); in ath_bmiss_proc() 2513 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bmiss_proc() 2548 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_tsfoor_proc() 2998 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS)); in ath_reset() 3100 if (reset_type == ATH_RESET_NOLOSS) { in ath_reset() 3822 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_reset_proc() 3849 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bstuck_proc() 5196 if (reset_type == ATH_RESET_NOLOSS) { in ath_legacy_tx_drain() 5313 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
|