Lines Matching +full:11 +full:ac
110 int ac;
112 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
113 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac,
114 skb_queue_len(&sta->ps_tx_buf[ac]) +
115 skb_queue_len(&sta->tx_filtered[ac]));
154 "tid ac backlog-bytes backlog-packets new-flows drops marks overlimit collisions tx-bytes tx-packets flags\n");
163 txqi->txq.ac,
198 int ac;
203 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
204 spin_lock_bh(&local->active_txq_lock[ac]);
205 rx_airtime += sta->airtime[ac].rx_airtime;
206 tx_airtime += sta->airtime[ac].tx_airtime;
207 deficit[ac] = sta->airtime[ac].deficit;
208 spin_unlock_bh(&local->active_txq_lock[ac]);
227 int ac;
229 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
230 spin_lock_bh(&local->active_txq_lock[ac]);
231 sta->airtime[ac].rx_airtime = 0;
232 sta->airtime[ac].tx_airtime = 0;
233 sta->airtime[ac].deficit = sta->airtime_weight;
234 spin_unlock_bh(&local->active_txq_lock[ac]);
251 int ac;
256 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
257 spin_lock_bh(&local->active_txq_lock[ac]);
258 q_limit_l[ac] = sta->airtime[ac].aql_limit_low;
259 q_limit_h[ac] = sta->airtime[ac].aql_limit_high;
260 spin_unlock_bh(&local->active_txq_lock[ac]);
261 q_depth[ac] = atomic_read(&sta->airtime[ac].aql_tx_pending);
280 u32 ac, q_limit_l, q_limit_h;
290 if (sscanf(buf, "limit %u %u %u", &ac, &q_limit_l, &q_limit_h)
294 if (ac >= IEEE80211_NUM_ACS)
297 sta->airtime[ac].aql_limit_low = q_limit_l;
298 sta->airtime[ac].aql_limit_high = q_limit_h;
507 PRINT_HT_CAP(!(htc->cap & BIT(11)), "Max AMSDU length: "
509 PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
994 PRINT(n "-%d-SUPPORT-0-11", _i / 2); \
1052 static const char *mcs_desc[] = { "0-7", "8-9", "10-11", "12-13"};