Lines Matching refs:tsid
379 cmd.tsid = WMI_IMPLICIT_PSTREAM; in ath6kl_wmi_implicit_create_pstream()
1510 u8 tsid, index; in ath6kl_wmi_cac_event_rx() local
1526 tsid = (tsinfo >> IEEE80211_WMM_IE_TSPEC_TID_SHIFT) & in ath6kl_wmi_cac_event_rx()
1530 reply->ac, tsid); in ath6kl_wmi_cac_event_rx()
2544 (params->tsid == WMI_IMPLICIT_PSTREAM || in ath6kl_wmi_create_pstream_cmd()
2545 params->tsid <= WMI_MAX_THINSTREAM))) { in ath6kl_wmi_create_pstream_cmd()
2576 params->traffic_class, params->tsid); in ath6kl_wmi_create_pstream_cmd()
2582 if ((u32) params->tsid == (u32) WMI_IMPLICIT_PSTREAM) { in ath6kl_wmi_create_pstream_cmd()
2594 (1 << params->tsid); in ath6kl_wmi_create_pstream_cmd()
2618 u8 tsid) in ath6kl_wmi_delete_pstream_cmd() argument
2630 if (tsid >= 16) { in ath6kl_wmi_delete_pstream_cmd()
2631 ath6kl_err("invalid tsid: %d\n", tsid); in ath6kl_wmi_delete_pstream_cmd()
2641 cmd->tsid = tsid; in ath6kl_wmi_delete_pstream_cmd()
2647 if (!(active_tsids & (1 << tsid))) { in ath6kl_wmi_delete_pstream_cmd()
2651 tsid, traffic_class); in ath6kl_wmi_delete_pstream_cmd()
2657 traffic_class, tsid); in ath6kl_wmi_delete_pstream_cmd()
2663 wmi->stream_exist_for_ac[traffic_class] &= ~(1 << tsid); in ath6kl_wmi_delete_pstream_cmd()