Searched refs:HAL_INT_RX (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c67 *masked |= HAL_INT_RX;
109 if (ints & HAL_INT_RX)
H A Dar5210_attach.c395 | HAL_INT_RX
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c64 *masked |= HAL_INT_RX;
138 if (ints & HAL_INT_RX)
H A Dar5211_attach.c525 | HAL_INT_RX
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c152 *masked |= HAL_INT_RX;
160 * just automatically set HAL_INT_RX if it's set, otherwise
170 *masked |= HAL_INT_RX;
173 *masked |= HAL_INT_RX;
295 if (ints & HAL_INT_RX)
298 if (ints & HAL_INT_RX)
H A Dar5416_attach.c979 | HAL_INT_RX
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c87 *masked |= HAL_INT_RX;
165 if (ints & HAL_INT_RX)
H A Dar5212_attach.c904 | HAL_INT_RX
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c562 if (ints & HAL_INT_RX) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h456 HAL_INT_RX = 0x00000001, /* Non-common mapping */ enumerator in enum:__anon7440
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c1844 if (status & (HAL_INT_RX | HAL_INT_RXHP | HAL_INT_RXLP)) {
2122 sc->sc_imask = HAL_INT_RX | HAL_INT_TX
2129 * HAL_INT_RX and HAL_INT_RXDESC respectively.

Completed in 205 milliseconds