Searched refs:active_vdev_cnt (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_get_set_utils.c | 8788 uint8_t idx, link, active_vdev_cnt = 0, inactive_vdev_cnt = 0; in policy_mgr_activate_mlo_links() local 8829 active_vdev_lst[active_vdev_cnt] = in policy_mgr_activate_mlo_links() 8833 active_vdev_cnt++; in policy_mgr_activate_mlo_links() 8851 active_vdev_cnt, inactive_vdev_cnt); in policy_mgr_activate_mlo_links() 8853 if (active_vdev_cnt && in policy_mgr_activate_mlo_links() 8865 if (active_vdev_cnt && inactive_vdev_cnt) in policy_mgr_activate_mlo_links() 8869 active_vdev_cnt, active_vdev_lst, in policy_mgr_activate_mlo_links() 8871 else if (active_vdev_cnt && !inactive_vdev_cnt) in policy_mgr_activate_mlo_links() 8875 active_vdev_cnt, active_vdev_lst); in policy_mgr_activate_mlo_links() 8899 uint8_t idx, link, active_vdev_cnt = 0, inactive_vdev_cnt = 0; in policy_mgr_update_mlo_links_based_on_linkid() local [all …]
|