Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c192 qi->tqi_physCompBuf = 0; in ar5212SetupTxQueue()
194 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5212SetupTxQueue()
464 if (qi->tqi_physCompBuf) { in ar5212ResetTxQueue()
468 OS_REG_WRITE(ah, AR_Q_CBBA, qi->tqi_physCompBuf); in ar5212ResetTxQueue()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1197 qi->tqi_physCompBuf = 0; in ar5416SetupTxQueue()
1199 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5416SetupTxQueue()
1449 if (qi->tqi_physCompBuf) { in ar5416ResetTxQueue()
1453 OS_REG_WRITE(ah, AR_Q_CBBA, qi->tqi_physCompBuf); in ar5416ResetTxQueue()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c209 qi->tqi_physCompBuf = 0; in ar9300_setup_tx_queue()
211 qi->tqi_physCompBuf = q_info->tqi_compBuf; in ar9300_setup_tx_queue()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h531 uint32_t tqi_physCompBuf; member