Home
last modified time | relevance | path

Searched refs:tqi_cbrPeriod (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c995 qi->tqi_cbrPeriod = qInfo->tqi_cbrPeriod; in ath_hal_setTxQProps()
1031 qInfo->tqi_cbrPeriod = qi->tqi_cbrPeriod; in ath_hal_getTxQProps()
H A Dah_internal.h527 uint32_t tqi_cbrPeriod; member
H A Dah.h359 uint32_t tqi_cbrPeriod; /* CBR period (us) */ member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c289 if (qi->tqi_cbrPeriod) { in ar5211ResetTxQueue()
291 SM(qi->tqi_cbrPeriod,AR_Q_CBRCFG_CBR_INTERVAL) in ar5211ResetTxQueue()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c352 if (qi->tqi_cbrPeriod) { in ar9300_reset_tx_queue()
355 SM(qi->tqi_cbrPeriod, AR_Q_CBRCFG_INTERVAL) | in ar9300_reset_tx_queue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c334 if (qi->tqi_cbrPeriod) { in ar5212ResetTxQueue()
336 SM(qi->tqi_cbrPeriod,AR_Q_CBRCFG_CBR_INTERVAL) in ar5212ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1307 if (qi->tqi_cbrPeriod) { in ar5416ResetTxQueue()
1309 SM(qi->tqi_cbrPeriod,AR_Q_CBRCFG_CBR_INTERVAL) in ar5416ResetTxQueue()