Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_pcl.c1727 enum policy_mgr_two_connection_mode third_index = 0; in policy_mgr_get_pcl() local
1796 third_index = in policy_mgr_get_pcl()
1798 if (PM_MAX_TWO_CONNECTION_MODE == third_index) { in policy_mgr_get_pcl()
1805 [third_index][mode][conc_system_pref]; in policy_mgr_get_pcl()
1808 [third_index][mode][conc_system_pref]; in policy_mgr_get_pcl()
4713 enum policy_mgr_two_connection_mode third_index = 0; in policy_mgr_is_3rd_conn_on_same_band_allowed() local
4752 third_index = policy_mgr_get_third_connection_pcl_table_index(psoc); in policy_mgr_is_3rd_conn_on_same_band_allowed()
4753 if (PM_MAX_TWO_CONNECTION_MODE == third_index) { in policy_mgr_is_3rd_conn_on_same_band_allowed()
4760 [third_index][mode][conc_system_pref]; in policy_mgr_is_3rd_conn_on_same_band_allowed()
4763 [third_index][mode][conc_system_pref]; in policy_mgr_is_3rd_conn_on_same_band_allowed()
Dwlan_policy_mgr_action.c989 enum policy_mgr_two_connection_mode third_index = 0; in policy_mgr_get_next_action() local
1049 third_index = in policy_mgr_get_next_action()
1051 if (PM_MAX_TWO_CONNECTION_MODE == third_index) { in policy_mgr_get_next_action()
1058 *next_action = (*third_conn_table)[third_index][band]; in policy_mgr_get_next_action()
1093 second_index, third_index, *next_action, band, in policy_mgr_get_next_action()