Home
last modified time | relevance | path

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 Dif_ath.c2401 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 Dif_ath_tx_edma.c724 if (reset_type == ATH_RESET_NOLOSS) { in ath_edma_tx_drain()
H A Dif_ath_sysctl.c383 (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 Dif_athvar.h508 ATH_RESET_NOLOSS = 1, enumerator