Lines Matching refs:ac
765 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_bundle() local
769 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle()
789 if ((ac < WMM_NUM_AC) && (ac != WMM_AC_BK)) { in ath6kl_htc_tx_bundle()
790 if (WMM_AC_BE == ac) in ath6kl_htc_tx_bundle()
801 txb_mask = ((1 << ac) - 1); in ath6kl_htc_tx_bundle()
865 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_from_queue() local
886 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue()
910 if (target->tx_bndl_mask & (1 << ac)) { in ath6kl_htc_tx_from_queue()
946 if (!(target->tx_bndl_mask & (1 << ac)) && in ath6kl_htc_tx_from_queue()
947 (ac < WMM_NUM_AC)) { in ath6kl_htc_tx_from_queue()
948 if (++target->ac_tx_count[ac] >= in ath6kl_htc_tx_from_queue()
950 target->ac_tx_count[ac] = 0; in ath6kl_htc_tx_from_queue()
951 target->tx_bndl_mask |= (1 << ac); in ath6kl_htc_tx_from_queue()
956 if (ac < WMM_NUM_AC) in ath6kl_htc_tx_from_queue()
957 target->ac_tx_count[ac] = 0; in ath6kl_htc_tx_from_queue()