Searched refs:ath_reset (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_misc.h | 59 extern int ath_reset(struct ath_softc *, ATH_RESET_TYPE,
|
H A D | if_ath_sysctl.c | 383 (sc->sc_running) ? ath_reset(sc, ATH_RESET_NOLOSS, in ath_sysctl_tpscale() 445 error = sc->sc_running ? ath_reset(sc, ATH_RESET_FULL, in ath_sysctl_rfkill() 673 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_NORMAL); in ath_sysctl_intmit()
|
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() 2950 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type, in ath_reset() function 3155 return ath_reset(sc, ATH_RESET_FULL, HAL_RESET_NORMAL); in ath_reset_vap() 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()
|