Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c105 | HAL_TXQ_TXERRINT_ENABLE in ar5210SetupTxQueue()
232 if (qi->tqi_qflags & HAL_TXQ_TXERRINT_ENABLE) in ar5210ResetTxQueue()
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c151 | HAL_TXQ_TXERRINT_ENABLE in ar5211SetupTxQueue()
377 if (qi->tqi_qflags & HAL_TXQ_TXERRINT_ENABLE) in ar5211ResetTxQueue()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c201 | HAL_TXQ_TXERRINT_ENABLE in ar9300_setup_tx_queue()
514 if (qi->tqi_qflags & HAL_TXQ_TXERRINT_ENABLE) { in ar9300_reset_tx_queue()
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c130 | HAL_TXQ_TXERRINT_ENABLE in ar5212SetupTxQueue()
488 if (qi->tqi_qflags & HAL_TXQ_TXERRINT_ENABLE) in ar5212ResetTxQueue()
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1132 | HAL_TXQ_TXERRINT_ENABLE in ar5416SetupTxQueue()
1478 if (qi->tqi_qflags & HAL_TXQ_TXERRINT_ENABLE) in ar5416ResetTxQueue()
/freebsd-head/sys/dev/ath/
HDif_ath_beacon.c125 HAL_TXQ_TXERRINT_ENABLE; in ath_beaconq_setup()
HDif_ath.c4115 | HAL_TXQ_TXERRINT_ENABLE in ath_txq_update()
4133 | HAL_TXQ_TXERRINT_ENABLE in ath_txq_update()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h290 HAL_TXQ_TXERRINT_ENABLE = 0x0001, /* enable TXERR interrupt */ enumerator