Searched refs:temp_count (Results 1 – 3 of 3) sorted by relevance
970 uint16_t temp_count = 0, i; in ol_tx_distribute_descs_to_deficient_pools_from_global_pool() local1015 temp_count = in ol_tx_distribute_descs_to_deficient_pools_from_global_pool()1019 desc_move_count -= temp_count; in ol_tx_distribute_descs_to_deficient_pools_from_global_pool()1020 dst_pool->deficient_desc -= temp_count; in ol_tx_distribute_descs_to_deficient_pools_from_global_pool()1021 for (i = 0; i < temp_count; i++) { in ol_tx_distribute_descs_to_deficient_pools_from_global_pool()
2207 uint16_t temp_count = 0; in wlan_util_get_mode_specific_peer_count() local2212 temp_count = wlan_vdev_get_peer_count(vdev); in wlan_util_get_mode_specific_peer_count()2214 if (temp_count > 1) in wlan_util_get_mode_specific_peer_count()2215 count->peer_count += (temp_count - 1); in wlan_util_get_mode_specific_peer_count()
2548 int i, temp_count = 0; in hdd_update_acs_channel_list() local2555 sap_config->acs_cfg.freq_list[temp_count] = in hdd_update_acs_channel_list()2557 temp_count++; in hdd_update_acs_channel_list()2564 sap_config->acs_cfg.freq_list[temp_count] = in hdd_update_acs_channel_list()2566 temp_count++; in hdd_update_acs_channel_list()2570 sap_config->acs_cfg.ch_list_count = temp_count; in hdd_update_acs_channel_list()