Searched refs:num_del (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_pcl.c | 285 uint8_t num_del = 0, total_del = 0, id_num = 0; in policy_mgr_get_pcl_for_vdev_id() local 312 &num_del); in policy_mgr_get_pcl_for_vdev_id() 313 total_del += num_del; in policy_mgr_get_pcl_for_vdev_id() 342 uint8_t num_del = 0; in policy_mgr_get_pcl_for_scc_in_same_mode() local 364 &num_del); in policy_mgr_get_pcl_for_scc_in_same_mode() 367 if (num_del > 0) in policy_mgr_get_pcl_for_scc_in_same_mode() 368 policy_mgr_restore_deleted_conn_info(psoc, info, num_del); in policy_mgr_get_pcl_for_scc_in_same_mode() 4387 uint8_t num_del = 0; in policy_mgr_get_valid_chan_weights() local 4420 info, &num_del); in policy_mgr_get_valid_chan_weights() 4425 &num_del); in policy_mgr_get_valid_chan_weights() [all …]
|
H A D | wlan_policy_mgr_get_set_utils.c | 6719 uint8_t num_del = 0; in policy_mgr_link_switch_notifier_cb() local 6750 psoc, vdev_id, info, &num_del); in policy_mgr_link_switch_notifier_cb() 6767 if (num_del > 0) in policy_mgr_link_switch_notifier_cb() 6768 policy_mgr_restore_deleted_conn_info(psoc, info, num_del); in policy_mgr_link_switch_notifier_cb() 8264 uint8_t num_del = 0; in policy_mgr_pick_link_vdev_from_inactive_list() local 8277 info, &num_del); in policy_mgr_pick_link_vdev_from_inactive_list() 8316 policy_mgr_restore_deleted_conn_info(psoc, info, num_del); in policy_mgr_pick_link_vdev_from_inactive_list()
|