Searched refs:ml_vdev_cnt (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_cmn.c | 823 uint16_t ml_vdev_cnt = 0; in mlo_get_mlstats_vdev_params() local 832 mlo_get_ml_vdev_list(vdev, &ml_vdev_cnt, ml_vdev_list); in mlo_get_mlstats_vdev_params() 833 for (i = 0; i < ml_vdev_cnt; i++) { in mlo_get_mlstats_vdev_params() 837 info->ml_vdev_count = ml_vdev_cnt; in mlo_get_mlstats_vdev_params() 986 uint16_t ml_vdev_cnt = 0; in wlan_mlo_is_csa_allow() local 999 mlo_get_ml_vdev_list(vdev, &ml_vdev_cnt, ml_vdev_list); in wlan_mlo_is_csa_allow() 1000 for (i = 0; i < ml_vdev_cnt; i++) { in wlan_mlo_is_csa_allow()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_get_set_utils.c | 8789 uint16_t ml_vdev_cnt = 0; in policy_mgr_activate_mlo_links() local 8816 mlo_get_ml_vdev_list(vdev, &ml_vdev_cnt, tmp_vdev_lst); in policy_mgr_activate_mlo_links() 8818 ml_vdev_cnt); in policy_mgr_activate_mlo_links() 8819 for (idx = 0; idx < ml_vdev_cnt; idx++) { in policy_mgr_activate_mlo_links() 8886 for (idx = 0; idx < ml_vdev_cnt; idx++) in policy_mgr_activate_mlo_links() 8900 uint16_t ml_vdev_cnt = 0; in policy_mgr_update_mlo_links_based_on_linkid() local 8949 mlo_get_ml_vdev_list(vdev, &ml_vdev_cnt, vdev_lst); in policy_mgr_update_mlo_links_based_on_linkid() 8950 for (idx = 0; idx < ml_vdev_cnt; idx++) { in policy_mgr_update_mlo_links_based_on_linkid() 8972 vdev_id, num_links, ml_vdev_cnt, active_vdev_cnt, in policy_mgr_update_mlo_links_based_on_linkid() 9082 for (idx = 0; idx < ml_vdev_cnt; idx++) in policy_mgr_update_mlo_links_based_on_linkid()
|
D | wlan_policy_mgr_core.c | 1802 uint16_t ml_vdev_cnt = 0; in policy_mgr_get_connected_vdev_band_mask() local 1828 mlo_get_ml_vdev_list(vdev, &ml_vdev_cnt, ml_vdev_list); in policy_mgr_get_connected_vdev_band_mask() 1829 for (i = 0; i < ml_vdev_cnt; i++) { in policy_mgr_get_connected_vdev_band_mask()
|