Lines Matching refs:txqs
69 ath5k_tx_queue(hw, skb, &ah->txqs[qnum], control);
744 *tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max;
764 for (qnum = 0; qnum < ARRAY_SIZE(ah->txqs); qnum++) {
765 if (!ah->txqs[qnum].setup)
767 if (ah->txqs[qnum].qnum < AR5K_TX_QUEUE_ID_DATA_MIN ||
768 ah->txqs[qnum].qnum > AR5K_TX_QUEUE_ID_DATA_MAX)
771 ah->txqs[qnum].txq_max = tx;
772 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max)
773 ieee80211_stop_queue(hw, ah->txqs[qnum].qnum);