Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c582 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_set_txq_props()
628 if (qi->tqi_type == ATH9K_TX_QUEUE_DATA) in ath9k_hw_set_txq_props()
653 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_get_txq_props()
701 if (ahp->ah_txq[q].tqi_type == in ath9k_hw_setuptxqueue()
723 if (qi->tqi_type != ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_setuptxqueue()
730 qi->tqi_type = type; in ath9k_hw_setuptxqueue()
763 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_releasetxqueue()
773 qi->tqi_type = ATH9K_TX_QUEUE_INACTIVE; in ath9k_hw_releasetxqueue()
801 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_resettxqueue()
846 if (qi->tqi_readyTime && (qi->tqi_type != ATH9K_TX_QUEUE_CAB)) { in ath9k_hw_resettxqueue()
[all …]
H A Darn_ath9k.h351 enum ath9k_tx_queue tqi_type; member