Searched refs:ts_id (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_wmm.c | 2745 qos_context->ts_id = tspec->ts_info.tid; in hdd_wmm_addts() 2975 hdd_get_handle_from_ts_id(struct hdd_adapter *adapter, uint8_t ts_id, in hdd_get_handle_from_ts_id() argument 2980 hdd_debug("Entered with ts_id 0x%x", ts_id); in hdd_get_handle_from_ts_id() 2985 if (cur_entry->ts_id == ts_id) { in hdd_get_handle_from_ts_id() 3011 uint8_t oper, ts_id; in __wlan_hdd_cfg80211_config_tspec() local 3043 ts_id = nla_get_u8(tb[CONFIG_TSPEC_TSID]); in __wlan_hdd_cfg80211_config_tspec() 3048 tspec.ts_info.tid = ts_id; in __wlan_hdd_cfg80211_config_tspec() 3213 hdd_get_handle_from_ts_id(adapter, ts_id, &del_tspec_handle); in __wlan_hdd_cfg80211_config_tspec() 3215 hdd_err_rl("ts_id is already freed %d", ts_id); in __wlan_hdd_cfg80211_config_tspec() 3229 status = hdd_wmm_checkts(adapter, ts_id); in __wlan_hdd_cfg80211_config_tspec()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_wmm.h | 140 uint8_t ts_id; member
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
H A D | sme_qos.c | 3166 static void sme_qos_fill_aggr_info(int ac_id, int ts_id, in sme_qos_fill_aggr_info() argument 3172 ac_id, ts_id, direction); in sme_qos_fill_aggr_info() 3177 session->ac_info[ac_id].addTsRsp[ts_id].rsp.lleTspecPresent; in sme_qos_fill_aggr_info() 3179 session->ac_info[ac_id].addTsRsp[ts_id].rsp.numTclas; in sme_qos_fill_aggr_info() 3181 session->ac_info[ac_id].addTsRsp[ts_id].rsp.tclasInfo, in sme_qos_fill_aggr_info() 3184 session->ac_info[ac_id].addTsRsp[ts_id].rsp.tclasProc; in sme_qos_fill_aggr_info() 3186 session->ac_info[ac_id].addTsRsp[ts_id].rsp.tclasProcPresent; in sme_qos_fill_aggr_info() 3188 session->ac_info[ac_id].addTsRsp[ts_id].rsp.tspec; in sme_qos_fill_aggr_info() 3190 session->ac_info[ac_id].addTsRsp[ts_id].rsp.wmeTspecPresent; in sme_qos_fill_aggr_info() 3192 session->ac_info[ac_id].addTsRsp[ts_id].rsp.wsmTspecPresent; in sme_qos_fill_aggr_info() [all …]
|