Home
last modified time | relevance | path

Searched refs:HAL_RESET_BBPANIC (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c74 if ( AH9300(ah)->ah_reset_reason == HAL_RESET_BBPANIC ){ in ar9300_set_rx_abort()
H A Dar9300_reset.c2084 (reset_type == HAL_RESET_BBPANIC) || in ar9300_chip_reset()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c172 (resetType == HAL_RESET_BBPANIC) || in ar5416Reset()
792 (resetType == HAL_RESET_BBPANIC)) { in ar5416ChipReset()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h771 HAL_RESET_BBPANIC = 1, /* Reset because of BB panic */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath.c2506 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_BBPANIC); in ath_bmiss_proc()