Searched refs:ath_reset (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2244 * by a call to ath_reset() somehow, the
2389 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD);
2500 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_BBPANIC);
2504 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD);
2903 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type, function
3083 * ath_reset() ?
3108 return ath_reset(sc, ATH_RESET_FULL, HAL_RESET_NORMAL);
3783 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD);
3810 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD);
6529 * We can't hold the lock across the ath_reset() cal
[all...]
H A Dif_ath_misc.h61 extern int ath_reset(struct ath_softc *, ATH_RESET_TYPE,
H A Dif_ath_sysctl.c385 (sc->sc_running) ? ath_reset(sc, ATH_RESET_NOLOSS,
447 error = sc->sc_running ? ath_reset(sc, ATH_RESET_FULL,
675 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_NORMAL);

Completed in 63 milliseconds