Home
last modified time | relevance | path

Searched refs:HAL_TXQ_TXOKINT_ENABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_xmit.c104 HAL_TXQ_TXOKINT_ENABLE in ar5210SetupTxQueue()
228 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5210ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c150 HAL_TXQ_TXOKINT_ENABLE in ar5211SetupTxQueue()
374 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5211ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c129 defqflags = HAL_TXQ_TXOKINT_ENABLE in ar5212SetupTxQueue()
460 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5212ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c772 defqflags = HAL_TXQ_TXOKINT_ENABLE in ar5416SetupTxQueue()
1085 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5416ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah.h209 HAL_TXQ_TXOKINT_ENABLE = 0x0001, /* enable TXOK interrupt */ enumerator
/freebsd-9-stable/sys/dev/ath/
Dif_ath.c3960 qi.tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ath_txq_update()
3974 qi.tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ath_txq_update()