Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c7411 uint8_t conn_index, fill_index = next_idx; in policy_mgr_get_disabled_ml_sta_idx() local
7428 if ((fill_index >= MAX_NUMBER_OF_CONC_CONNECTIONS) || in policy_mgr_get_disabled_ml_sta_idx()
7431 fill_index, *ml_sta); in policy_mgr_get_disabled_ml_sta_idx()
7434 vdev_id_list[fill_index] = in policy_mgr_get_disabled_ml_sta_idx()
7436 freq_list[fill_index] = pm_disabled_ml_links[conn_index].freq; in policy_mgr_get_disabled_ml_sta_idx()
7437 ml_idx[(*ml_sta)++] = fill_index++; in policy_mgr_get_disabled_ml_sta_idx()