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()
2558 (params->tsid == WMI_IMPLICIT_PSTREAM || in ath6kl_wmi_create_pstream_cmd()
2559 params->tsid <= WMI_MAX_THINSTREAM))) { in ath6kl_wmi_create_pstream_cmd()
2590 params->traffic_class, params->tsid); in ath6kl_wmi_create_pstream_cmd()
2596 if ((u32) params->tsid == (u32) WMI_IMPLICIT_PSTREAM) { in ath6kl_wmi_create_pstream_cmd()
2608 (1 << params->tsid); in ath6kl_wmi_create_pstream_cmd()
2632 u8 tsid) in ath6kl_wmi_delete_pstream_cmd() argument
2644 if (tsid >= 16) { in ath6kl_wmi_delete_pstream_cmd()
2645 ath6kl_err("invalid tsid: %d\n", tsid); in ath6kl_wmi_delete_pstream_cmd()
2655 cmd->tsid = tsid; in ath6kl_wmi_delete_pstream_cmd()
2661 if (!(active_tsids & (1 << tsid))) { in ath6kl_wmi_delete_pstream_cmd()
2665 tsid, traffic_class); in ath6kl_wmi_delete_pstream_cmd()
2671 traffic_class, tsid); in ath6kl_wmi_delete_pstream_cmd()
2677 wmi->stream_exist_for_ac[traffic_class] &= ~(1 << tsid); in ath6kl_wmi_delete_pstream_cmd()