Home
last modified time | relevance | path

Searched refs:total_tx_dropped (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_stats.c48 uint32_t total_tx_dropped = 0; in hdd_sysfs_get_stats() local
84 total_tx_dropped += dp_stats->per_cpu[i].tx_dropped; in hdd_sysfs_get_stats()
104 total_tx_dropped, in hdd_sysfs_get_stats()
H A Dwlan_hdd_wext.c2774 uint32_t total_tx_dropped = 0; in hdd_wlan_get_stats() local
2810 total_tx_dropped += dp_stats->per_cpu[i].tx_dropped; in hdd_wlan_get_stats()
2830 total_tx_dropped, in hdd_wlan_get_stats()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c1083 uint32_t total_tx_dropped; in wlan_dp_display_txrx_stats() local
1092 total_tx_dropped = 0; in wlan_dp_display_txrx_stats()
1107 total_tx_dropped += stats->per_cpu[i].tx_dropped; in wlan_dp_display_txrx_stats()
1122 total_tx_pkt, total_tx_dropped, in wlan_dp_display_txrx_stats()