Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c94 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5210SetupTxQueue()
100 qi->tqi_type = type; in ar5210SetupTxQueue()
134 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5210ReleaseTxQueue()
142 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar5210ReleaseTxQueue()
167 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5210ResetTxQueue()
176 if (qi->tqi_type != HAL_TX_QUEUE_DATA) in ar5210ResetTxQueue()
265 switch (qi->tqi_type) { in ar5210GetTxDP()
292 switch (qi->tqi_type) { in ar5210SetTxDP()
376 switch (qi->tqi_type) { in ar5210StartTxDma()
410 switch (qi->tqi_type) { in ar5210NumTxPending()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c128 if (ahp->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE) in ar5211SetupTxQueue()
140 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5211SetupTxQueue()
146 qi->tqi_type = type; in ar5211SetupTxQueue()
210 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5211ReleaseTxQueue()
218 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar5211ReleaseTxQueue()
246 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5211ResetTxQueue()
325 switch (qi->tqi_type) { in ar5211ResetTxQueue()
416 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211SetTxDP()
436 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211StartTxDma()
459 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211NumTxPending()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c153 if (ahp->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5212SetupTxQueue()
161 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) in ar5212SetupTxQueue()
178 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5212SetupTxQueue()
184 qi->tqi_type = type; in ar5212SetupTxQueue()
243 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5212ReleaseTxQueue()
251 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar5212ReleaseTxQueue()
283 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5212ResetTxQueue()
392 switch (qi->tqi_type) { in ar5212ResetTxQueue()
465 HALASSERT(qi->tqi_type == HAL_TX_QUEUE_DATA || in ar5212ResetTxQueue()
466 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5212ResetTxQueue()
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c170 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar9300_setup_tx_queue()
189 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar9300_setup_tx_queue()
196 qi->tqi_type = type; in ar9300_setup_tx_queue()
260 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar9300_release_tx_queue()
267 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar9300_release_tx_queue()
298 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar9300_reset_tx_queue()
365 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar9300_reset_tx_queue()
391 switch (qi->tqi_type) { in ar9300_reset_tx_queue()
526 HALASSERT(AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar9300_set_tx_dp()
575 (AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE)); in ar9300_num_tx_pending()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c42 HALASSERT(AH5212(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5416StopTxDma()
1158 if (ahp->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5416SetupTxQueue()
1166 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) in ar5416SetupTxQueue()
1183 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5416SetupTxQueue()
1189 qi->tqi_type = type; in ar5416SetupTxQueue()
1253 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5416ResetTxQueue()
1316 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar5416ResetTxQueue()
1366 switch (qi->tqi_type) { in ar5416ResetTxQueue()
1450 HALASSERT(qi->tqi_type == HAL_TX_QUEUE_DATA || in ar5416ResetTxQueue()
1451 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5416ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c956 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ath_hal_setTxQProps()
1002 if (qi->tqi_type == HAL_TX_QUEUE_DATA) in ath_hal_setTxQProps()
1015 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ath_hal_getTxQProps()
H A Dah_internal.h518 HAL_TX_QUEUE tqi_type; /* hw queue type*/ member