Searched refs:ATH_RESET_NOLOSS (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath.c | 2401 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_fatal_proc() 2514 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_BBPANIC); in ath_bmiss_proc() 2518 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bmiss_proc() 2553 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_tsfoor_proc() 3003 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS)); in ath_reset() 3105 if (reset_type == ATH_RESET_NOLOSS) { in ath_reset() 3827 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_reset_proc() 3854 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bstuck_proc() 5201 if (reset_type == ATH_RESET_NOLOSS) { in ath_legacy_tx_drain() 5318 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
|