Searched refs:hangs (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h71 uint32_t *hangs);
H A Dif_ath_beacon.c396 uint32_t hangs; local
402 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && hangs != 0) {
406 hangs);
H A Dif_ath.c2467 ath_hal_gethangstate(struct ath_hal *ah, uint32_t mask, uint32_t *hangs) argument
2475 *hangs = *(uint32_t *)sp;
2483 uint32_t hangs; local
2499 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0) {
2502 "bb hang detected (0x%x), resetting\n", hangs);
3793 uint32_t hangs = 0; local
3795 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0)
3796 device_printf(sc->sc_dev, "bb hang detected (0x%x)\n", hangs);
6511 uint32_t hangs; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c537 int hangs; local
548 hangs = *(const int *) args;
550 if (hangs & HAL_BB_HANGS)
553 if (ahp->ah_hangs == 0 && (hangs & HAL_MAC_HANGS))
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c34 ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs) argument
37 *hangs = 0;
40 *hangs |= HAL_RIFS_BB_HANG_WAR;
43 *hangs |= HAL_DFS_BB_HANG_WAR;
48 *hangs |= HAL_RX_STUCK_LOW_BB_HANG_WAR;
51 *hangs |= HAL_MAC_HANG_WAR;
56 *hangs |= HAL_PHYRESTART_CLR_WAR;
59 ahp->ah_hang_wars = *hangs;
794 /* Track chips that are known to have BB hangs related
799 /* Track chips that are known to have MAC hangs
2177 ar9300_compare_dbg_hang(struct ath_hal *ah, mac_dbg_regs_t mac_dbg, hal_mac_hang_check_t hang_check, hal_mac_hangs_t hangs, u_int8_t *dcu_chain) argument
[all...]
H A Dar9300.h1614 extern void ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs);

Completed in 123 milliseconds