Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_flow_control.c970 uint16_t temp_count = 0, i; in ol_tx_distribute_descs_to_deficient_pools_from_global_pool() local
1015 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()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
Dwlan_utility.c2207 uint16_t temp_count = 0; in wlan_util_get_mode_specific_peer_count() local
2212 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()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c2548 int i, temp_count = 0; in hdd_update_acs_channel_list() local
2555 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()