Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_ucfg_api.c1060 uint8_t total_channel, chan_load = 0; in wlan_cp_stats_get_rx_clear_count() local
1084 total_channel = channel_stats->total_channel; in wlan_cp_stats_get_rx_clear_count()
1086 for (i = 0; i < total_channel; i++) { in wlan_cp_stats_get_rx_clear_count()
1108 total_channel, req_freq, rx_clear_count, cycle_count, in wlan_cp_stats_get_rx_clear_count()
1229 uint8_t total_channel, i; in wlan_cp_stats_update_per_channel_stats() local
1233 total_channel = channel_stats->total_channel; in wlan_cp_stats_update_per_channel_stats()
1235 for (i = 0; i < total_channel; i++) { in wlan_cp_stats_update_per_channel_stats()
1250 if (total_channel < NUM_CHANNELS) { in wlan_cp_stats_update_per_channel_stats()
1257 total_channel, freq); in wlan_cp_stats_update_per_channel_stats()
1259 qdf_mem_copy(&channel_status_list[total_channel++], in wlan_cp_stats_update_per_channel_stats()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h393 uint8_t total_channel; member