Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c104 HAL_TXQ_TXOKINT_ENABLE in ar5210SetupTxQueue()
228 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5210ResetTxQueue()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c150 HAL_TXQ_TXOKINT_ENABLE in ar5211SetupTxQueue()
373 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5211ResetTxQueue()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c200 qi->tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ar9300_setup_tx_queue()
509 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) { in ar9300_reset_tx_queue()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c129 defqflags = HAL_TXQ_TXOKINT_ENABLE in ar5212SetupTxQueue()
484 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5212ResetTxQueue()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1131 defqflags = HAL_TXQ_TXOKINT_ENABLE in ar5416SetupTxQueue()
1474 if (qi->tqi_qflags & HAL_TXQ_TXOKINT_ENABLE) in ar5416ResetTxQueue()
/freebsd-13-stable/sys/dev/ath/
HDif_ath_beacon.c124 qi.tqi_qflags |= HAL_TXQ_TXOKINT_ENABLE | in ath_beaconq_setup()
HDif_ath.c3982 HAL_TXQ_TXOKINT_ENABLE; in ath_txq_setup()
4065 qi.tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ath_txq_update()
4083 qi.tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ath_txq_update()
/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah.h289 HAL_TXQ_TXOKINT_ENABLE = 0x0001, /* enable TXOK interrupt */ enumerator