Searched refs:tqi_type (Results 1 – 7 of 7) sorted by relevance
94 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 …]
128 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()209 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5211ReleaseTxQueue()217 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar5211ReleaseTxQueue()245 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5211ResetTxQueue()324 switch (qi->tqi_type) { in ar5211ResetTxQueue()415 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211SetTxDP()435 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211StartTxDma()458 HALASSERT(AH5211(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5211NumTxPending()[all …]
152 if (ahp->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5212SetupTxQueue()160 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) in ar5212SetupTxQueue()177 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5212SetupTxQueue()183 qi->tqi_type = type; in ar5212SetupTxQueue()242 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5212ReleaseTxQueue()250 qi->tqi_type = HAL_TX_QUEUE_INACTIVE; in ar5212ReleaseTxQueue()282 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5212ResetTxQueue()391 switch (qi->tqi_type) { in ar5212ResetTxQueue()464 HALASSERT(qi->tqi_type == HAL_TX_QUEUE_DATA || in ar5212ResetTxQueue()465 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5212ResetTxQueue()[all …]
170 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()299 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar9300_reset_tx_queue()362 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar9300_reset_tx_queue()406 switch (qi->tqi_type) { in ar9300_reset_tx_queue()551 HALASSERT(AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar9300_set_tx_dp()591 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()[all …]
42 HALASSERT(AH5212(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5416StopTxDma()1162 if (ahp->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5416SetupTxQueue()1170 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) in ar5416SetupTxQueue()1187 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5416SetupTxQueue()1193 qi->tqi_type = type; in ar5416SetupTxQueue()1257 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar5416ResetTxQueue()1320 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar5416ResetTxQueue()1370 switch (qi->tqi_type) { in ar5416ResetTxQueue()1454 HALASSERT(qi->tqi_type == HAL_TX_QUEUE_DATA || in ar5416ResetTxQueue()1455 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5416ResetTxQueue()
1062 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ath_hal_setTxQProps()1108 if (qi->tqi_type == HAL_TX_QUEUE_DATA) in ath_hal_setTxQProps()1121 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ath_hal_getTxQProps()
524 HAL_TX_QUEUE tqi_type; /* hw queue type*/ member