Searched refs:tqi_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Dqcu.c69 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
100 ah->ah_txq[queue].tqi_type = AR5K_TX_QUEUE_INACTIVE;
163 if (qi->tqi_type == AR5K_TX_QUEUE_INACTIVE)
167 qi->tqi_type = qinfo->tqi_type;
185 if ((qinfo->tqi_type == AR5K_TX_QUEUE_DATA &&
188 qinfo->tqi_type == AR5K_TX_QUEUE_UAPSD)
248 ah->ah_txq[queue].tqi_type = queue_type;
251 queue_info->tqi_type = queue_type;
333 (tq->tqi_type
[all...]
H A Ddma.c137 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
146 switch (ah->ah_txq[queue].tqi_type) {
196 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
205 switch (ah->ah_txq[queue].tqi_type) {
364 switch (ah->ah_txq[queue].tqi_type) {
407 switch (ah->ah_txq[queue].tqi_type) {
H A Dath5k.h643 * @tqi_type: One of enum ath5k_tx_queue
653 enum ath5k_tx_queue tqi_type; member in struct:ath5k_txq_info
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmac.c204 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
250 if (qi->tqi_type == ATH9K_TX_QUEUE_DATA)
268 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
324 if (qi->tqi_type != ATH9K_TX_QUEUE_INACTIVE) {
329 qi->tqi_type = type;
352 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
359 qi->tqi_type = ATH9K_TX_QUEUE_INACTIVE;
374 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
417 if (qi->tqi_readyTime && (qi->tqi_type != ATH9K_TX_QUEUE_CAB)) {
439 switch (qi->tqi_type) {
[all...]
H A Dmac.h625 enum ath9k_tx_queue tqi_type; member in struct:ath9k_tx_queue_info

Completed in 138 milliseconds