Lines Matching refs:active_tsids
1514 u16 active_tsids, tsinfo; in ath6kl_wmi_cac_event_rx() local
1538 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1541 for (index = 0; index < sizeof(active_tsids) * 8; index++) { in ath6kl_wmi_cac_event_rx()
1542 if ((active_tsids >> index) & 1) in ath6kl_wmi_cac_event_rx()
1545 if (index < (sizeof(active_tsids) * 8)) in ath6kl_wmi_cac_event_rx()
1562 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1568 if (!active_tsids) { in ath6kl_wmi_cac_event_rx()
2631 u16 active_tsids = 0; in ath6kl_wmi_delete_pstream_cmd() local
2648 active_tsids = wmi->stream_exist_for_ac[traffic_class]; in ath6kl_wmi_delete_pstream_cmd()
2651 if (!(active_tsids & (1 << tsid))) { in ath6kl_wmi_delete_pstream_cmd()
2668 active_tsids = wmi->stream_exist_for_ac[traffic_class]; in ath6kl_wmi_delete_pstream_cmd()
2675 if (!active_tsids) { in ath6kl_wmi_delete_pstream_cmd()
2711 u16 active_tsids; in ath6kl_wmi_relinquish_implicit_pstream_credits() local
2732 active_tsids = wmi->stream_exist_for_ac[i]; in ath6kl_wmi_relinquish_implicit_pstream_credits()
2739 if (!active_tsids) { in ath6kl_wmi_relinquish_implicit_pstream_credits()