Home
last modified time | relevance | path

Searched refs:active_tsids (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dwmi.c1515 u16 active_tsids, tsinfo; in ath6kl_wmi_cac_event_rx() local
1543 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1546 for (index = 0; index < sizeof(active_tsids) * 8; index++) { in ath6kl_wmi_cac_event_rx()
1547 if ((active_tsids >> index) & 1) in ath6kl_wmi_cac_event_rx()
1550 if (index < (sizeof(active_tsids) * 8)) in ath6kl_wmi_cac_event_rx()
1567 active_tsids = wmi->stream_exist_for_ac[reply->ac]; in ath6kl_wmi_cac_event_rx()
1573 if (!active_tsids) { in ath6kl_wmi_cac_event_rx()
2640 u16 active_tsids = 0; in ath6kl_wmi_delete_pstream_cmd() local
2657 active_tsids = wmi->stream_exist_for_ac[traffic_class]; in ath6kl_wmi_delete_pstream_cmd()
2660 if (!(active_tsids & (1 << tsid))) { in ath6kl_wmi_delete_pstream_cmd()
[all …]