Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c191 qi->tqi_physCompBuf = 0; in ar5212SetupTxQueue()
193 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5212SetupTxQueue()
463 if (qi->tqi_physCompBuf) { in ar5212ResetTxQueue()
467 OS_REG_WRITE(ah, AR_Q_CBBA, qi->tqi_physCompBuf); in ar5212ResetTxQueue()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1201 qi->tqi_physCompBuf = 0; in ar5416SetupTxQueue()
1203 qi->tqi_physCompBuf = qInfo->tqi_compBuf; in ar5416SetupTxQueue()
1453 if (qi->tqi_physCompBuf) { in ar5416ResetTxQueue()
1457 OS_REG_WRITE(ah, AR_Q_CBBA, qi->tqi_physCompBuf); in ar5416ResetTxQueue()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c209 qi->tqi_physCompBuf = 0; in ar9300_setup_tx_queue()
211 qi->tqi_physCompBuf = q_info->tqi_compBuf; in ar9300_setup_tx_queue()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h537 uint32_t tqi_physCompBuf; member
H A Dah.c1140 qInfo->tqi_compBuf = qi->tqi_physCompBuf; in ath_hal_getTxQProps()