Home
last modified time | relevance | path

Searched refs:HAL_TXQ_ARB_LOCKOUT_INTRA (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c397 else if (qi->tqi_qflags & HAL_TXQ_ARB_LOCKOUT_INTRA) in ar9300_reset_tx_queue()
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c377 else if (qi->tqi_qflags & HAL_TXQ_ARB_LOCKOUT_INTRA) in ar5212ResetTxQueue()
/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah.h355 HAL_TXQ_ARB_LOCKOUT_INTRA = 0x00020000, /* intra-frame lockout */ enumerator
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1356 else if (qi->tqi_qflags & HAL_TXQ_ARB_LOCKOUT_INTRA) in ar5416ResetTxQueue()