stream_exist_for_ac 1191 drivers/net/wireless/ath/ath6kl/wmi.c 	wmi->stream_exist_for_ac[ev->traffic_class] = 0;
stream_exist_for_ac 1543 drivers/net/wireless/ath/ath6kl/wmi.c 		active_tsids = wmi->stream_exist_for_ac[reply->ac];
stream_exist_for_ac 1566 drivers/net/wireless/ath/ath6kl/wmi.c 		wmi->stream_exist_for_ac[reply->ac] &= ~(1 << ts_id);
stream_exist_for_ac 1567 drivers/net/wireless/ath/ath6kl/wmi.c 		active_tsids = wmi->stream_exist_for_ac[reply->ac];
stream_exist_for_ac 2611 drivers/net/wireless/ath/ath6kl/wmi.c 		wmi->stream_exist_for_ac[params->traffic_class] |=
stream_exist_for_ac 2657 drivers/net/wireless/ath/ath6kl/wmi.c 	active_tsids = wmi->stream_exist_for_ac[traffic_class];
stream_exist_for_ac 2676 drivers/net/wireless/ath/ath6kl/wmi.c 	wmi->stream_exist_for_ac[traffic_class] &= ~(1 << tsid);
stream_exist_for_ac 2677 drivers/net/wireless/ath/ath6kl/wmi.c 	active_tsids = wmi->stream_exist_for_ac[traffic_class];
stream_exist_for_ac 2741 drivers/net/wireless/ath/ath6kl/wmi.c 			active_tsids = wmi->stream_exist_for_ac[i];
stream_exist_for_ac 4144 drivers/net/wireless/ath/ath6kl/wmi.c 	memset(wmi->stream_exist_for_ac, 0, sizeof(wmi->stream_exist_for_ac));
stream_exist_for_ac  112 drivers/net/wireless/ath/ath6kl/wmi.h 	u16 stream_exist_for_ac[WMM_NUM_AC];