Searched refs:total_channel (Results 1 – 2 of 2) sorted by relevance
1060 uint8_t total_channel, chan_load = 0; in wlan_cp_stats_get_rx_clear_count() local1084 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() local1233 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 …]
393 uint8_t total_channel; member