Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_debugfs_llstat.c48 wmi_wmm_ac_stats *ac_stats; in hdd_debugfs_process_iface_stats() local
120 ac_stats = &iface_stat->ac_stats[i]; in hdd_debugfs_process_iface_stats()
132 ac_stats->ac_type, in hdd_debugfs_process_iface_stats()
133 ac_stats->tx_mpdu, ac_stats->rx_mpdu, in hdd_debugfs_process_iface_stats()
134 ac_stats->tx_mcast, ac_stats->rx_mcast, in hdd_debugfs_process_iface_stats()
135 ac_stats->tx_ampdu, ac_stats->rx_ampdu, in hdd_debugfs_process_iface_stats()
136 ac_stats->mpdu_lost, ac_stats->retries, in hdd_debugfs_process_iface_stats()
137 ac_stats->retries_short, ac_stats->retries_long, in hdd_debugfs_process_iface_stats()
138 ac_stats->contention_time_min, in hdd_debugfs_process_iface_stats()
139 ac_stats->contention_time_max, in hdd_debugfs_process_iface_stats()
[all …]
H A Dwlan_hdd_stats.c1244 if (!put_wifi_wmm_ac_stat(&if_stat->ac_stats[i], in put_wifi_iface_stats()
1405 hdd_ac_stats = &link_info->ll_iface_stats.ac_stats[i]; in wlan_hdd_update_wmm_ac_stats()
1406 stats = &if_stat->ac_stats[i]; in wlan_hdd_update_wmm_ac_stats()
4307 hdd_populate_wifi_wmm_ac_info(struct sir_wifi_ll_ext_wmm_ac_stats *ac_stats, in hdd_populate_wifi_wmm_ac_info() argument
4312 wmm = nla_nest_start(skb, ac_stats->type); in hdd_populate_wifi_wmm_ac_info()
4316 if (hdd_populate_wifi_wmm_ac_tx_info(ac_stats->tx_stats, skb) || in hdd_populate_wifi_wmm_ac_info()
4317 hdd_populate_wifi_wmm_ac_rx_info(ac_stats->rx_stats, skb)) in hdd_populate_wifi_wmm_ac_info()
4379 if (hdd_populate_wifi_wmm_ac_info(&peers->ac_stats[i], skb)) { in hdd_populate_wifi_ll_ext_peer_info()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1312 peer_stats->ac_stats[k].tx_stats = ac; in wma_fill_tx_stats()
1313 peer_stats->ac_stats[k].type = k; in wma_fill_tx_stats()
1442 peer_stats->ac_stats[k].rx_stats = ac; in wma_fill_rx_stats()
1443 peer_stats->ac_stats[k].type = k; in wma_fill_rx_stats()
2870 wmi_wmm_ac_stats *ac_stats, *iface_ac_stats; in wma_unified_link_iface_stats_event_handler() local
2908 ac_stats = param_tlvs->ac; in wma_unified_link_iface_stats_event_handler()
2911 if (!fixed_param || !link_stats || (link_stats->num_ac && !ac_stats) || in wma_unified_link_iface_stats_event_handler()
2993 iface_ac_stats = &iface_stat->ac_stats[0]; in wma_unified_link_iface_stats_event_handler()
2995 *iface_ac_stats = *ac_stats; in wma_unified_link_iface_stats_event_handler()
2996 ac_stats++; in wma_unified_link_iface_stats_event_handler()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h3137 wmi_wmm_ac_stats ac_stats[WIFI_AC_MAX]; member
3360 struct sir_wifi_ll_ext_wmm_ac_stats ac_stats[WIFI_MAX_AC]; member