Home
last modified time | relevance | path

Searched refs:total_tx_dropped_ac (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_stats.c51 uint32_t total_tx_dropped_ac[WLAN_MAX_AC] = {0}; in hdd_sysfs_get_stats() local
89 total_tx_dropped_ac[ac] += in hdd_sysfs_get_stats()
106 total_tx_dropped_ac[SME_AC_BK], in hdd_sysfs_get_stats()
107 total_tx_dropped_ac[SME_AC_BE], in hdd_sysfs_get_stats()
108 total_tx_dropped_ac[SME_AC_VI], in hdd_sysfs_get_stats()
109 total_tx_dropped_ac[SME_AC_VO], in hdd_sysfs_get_stats()
H A Dwlan_hdd_wext.c2777 uint32_t total_tx_dropped_ac[WLAN_MAX_AC] = {0}; in hdd_wlan_get_stats() local
2815 total_tx_dropped_ac[ac] += in hdd_wlan_get_stats()
2832 total_tx_dropped_ac[SME_AC_BK], in hdd_wlan_get_stats()
2833 total_tx_dropped_ac[SME_AC_BE], in hdd_wlan_get_stats()
2834 total_tx_dropped_ac[SME_AC_VI], in hdd_wlan_get_stats()
2835 total_tx_dropped_ac[SME_AC_VO], in hdd_wlan_get_stats()