Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_setup.c53 if (mlo_ctx->setup_info[grp_id].curr_soc_list[id] == psoc) { in mlo_psoc_get_index_id()
62 if (!mlo_ctx->setup_info[grp_id].curr_soc_list[id]) { in mlo_psoc_get_index_id()
118 if (mlo_ctx->setup_info[grp_id].curr_soc_list[id] == psoc) in mlo_is_ml_soc()
179 mlo_ctx->setup_info[grp_id].curr_soc_list[chip_idx]; in mlo_get_soc_list()
641 setup_info->curr_soc_list[chip_idx] = psoc; in mlo_setup_update_soc_ready()
662 setup_info->curr_soc_list[chip_idx]; in mlo_setup_update_soc_ready()
911 if (setup_info->curr_soc_list[chip_idx]) { in mlo_setup_update_soc_down()
912 soc = setup_info->curr_soc_list[chip_idx]; in mlo_setup_update_soc_down()
916 setup_info->curr_soc_list[chip_idx] = NULL; in mlo_setup_update_soc_down()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h194 struct wlan_objmgr_psoc *curr_soc_list[MAX_MLO_CHIPS]; member