Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c189 sme_ac_enum_type ac_type = qos_context->ac_type; in hdd_wmm_enable_tl_uapsd() local
190 struct hdd_wmm_ac_status *ac = &adapter->hdd_wmm_status.ac_status[ac_type]; in hdd_wmm_enable_tl_uapsd()
235 sme_enable_uapsd_for_ac(ac_type, ac->tspec.ts_info.tid, in hdd_wmm_enable_tl_uapsd()
243 hdd_err("Failed to enable U-APSD for AC=%d", ac_type); in hdd_wmm_enable_tl_uapsd()
254 service_interval, suspension_interval, direction, ac_type); in hdd_wmm_enable_tl_uapsd()
269 sme_ac_enum_type ac_type = qos_context->ac_type; in hdd_wmm_disable_tl_uapsd() local
270 struct hdd_wmm_ac_status *ac = &adapter->hdd_wmm_status.ac_status[ac_type]; in hdd_wmm_disable_tl_uapsd()
275 status = sme_disable_uapsd_for_ac(ac_type, in hdd_wmm_disable_tl_uapsd()
279 hdd_err("Failed to disable U-APSD for AC=%d", ac_type); in hdd_wmm_disable_tl_uapsd()
283 hdd_debug("Disabled UAPSD in TL for AC=%d", ac_type); in hdd_wmm_disable_tl_uapsd()
[all …]
H A Dwlan_hdd_debugfs_llstat.c132 ac_stats->ac_type, in hdd_debugfs_process_iface_stats()
H A Dwlan_hdd_stats.c1041 stats->ac_type) || in put_wifi_wmm_ac_stat()
1407 stats->ac_type = hdd_ac_stats->ac_type; in wlan_hdd_update_wmm_ac_stats()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_wmm.h135 sme_ac_enum_type ac_type; member
314 sme_ac_enum_type ac_type);
328 sme_ac_enum_type ac_type, bool *granted);
/wlan-driver/qcacld-3.0/core/sme/src/qos/
H A Dsme_qos.c153 enum qca_wlan_ac_type ac_type; member
296 enum qca_wlan_ac_type ac_type; member
1124 pentry->ac_type = ac; in sme_qos_internal_setup_req()
1441 pentry->ac_type = ac; in sme_qos_internal_setup_req()
1476 search_key.key.ac_type = ac; in sme_qos_internal_setup_req()
1601 ac = flow_info->ac_type; in sme_qos_internal_modify_req()
1685 pNewEntry->ac_type = ac; in sme_qos_internal_modify_req()
1740 search_key.key.ac_type = ac; in sme_qos_internal_modify_req()
1763 search_key.key.ac_type = ac; in sme_qos_internal_modify_req()
1924 ac = flow_info->ac_type; in sme_qos_internal_release_req()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c5141 wmi_traffic_ac ac_type, in wma_set_sw_retry_by_qos() argument
5165 cmd->ac_type = ac_type; in wma_set_sw_retry_by_qos()
5170 cmd->ac_type, cmd->sw_retry_type, in wma_set_sw_retry_by_qos()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h7988 A_UINT32 ac_type; /* access category (VI, VO, BE, BK) enum wmi_traffic_ac */ member
11392 A_UINT32 ac_type; member