Lines Matching defs:ac
459 int ac;
467 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
469 skb = skb_dequeue(&sta->tx_filtered[ac]);
472 &sta->ps_tx_buf[ac]);
482 if (!skb_queue_empty(&sta->tx_filtered[ac]) ||
483 !skb_queue_empty(&sta->ps_tx_buf[ac]))
584 int ac, buffer_local = 0;
601 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++)
602 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) +
603 skb_queue_len(&sta->tx_filtered[ac]);