Lines Matching defs:txq
143 for (i = 0; i < ARRAY_SIZE(sta->sta.txq); i++) {
146 if (!sta->sta.txq[i])
149 txqi = to_txq_info(sta->sta.txq[i]);
433 kfree(to_txq_info(sta->sta.txq[0]));
612 txq_data = kcalloc(ARRAY_SIZE(sta->sta.txq), size, gfp);
616 for (i = 0; i < ARRAY_SIZE(sta->sta.txq); i++) {
617 struct txq_info *txq = txq_data + i * size;
620 ieee80211_txq_init(sdata, sta, txq, i);
694 kfree(to_txq_info(sta->sta.txq[0]));
1702 for (i = 0; i < ARRAY_SIZE(sta->sta.txq); i++) {
1703 if (!sta->sta.txq[i] || !txq_has_queue(sta->sta.txq[i]))
1706 schedule_and_wake_txq(local, to_txq_info(sta->sta.txq[i]));
2117 * became empty or we find that a txq became empty, we'll do the
2121 for (tid = 0; tid < ARRAY_SIZE(sta->sta.txq); tid++) {
2122 if (!sta->sta.txq[tid] ||
2124 txq_has_queue(sta->sta.txq[tid]))
2533 to_txq_info(sta->sta.txq[tid]));