Home
last modified time | relevance | path

Searched refs:tot_socs (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_setup.c52 for (id = 0; id < mlo_ctx->setup_info[grp_id].tot_socs; id++) in mlo_psoc_get_index_id()
61 for (id = 0; id < mlo_ctx->setup_info[grp_id].tot_socs; id++) in mlo_psoc_get_index_id()
74 uint8_t tot_socs; in mlo_psoc_get_grp_id() local
87 tot_socs = mlo_ctx->setup_info[grp_id].tot_socs; in mlo_psoc_get_grp_id()
88 for (id = 0; id < tot_socs; id++) in mlo_psoc_get_grp_id()
117 for (id = 0; id < mlo_ctx->setup_info[grp_id].tot_socs; id++) in mlo_is_ml_soc()
143 for (idx = 0; idx < mlo_ctx->setup_info[grp_id].tot_socs; idx++) { in mlo_set_soc_list()
169 if (total_socs != mlo_ctx->setup_info[grp_id].tot_socs) { in mlo_get_soc_list()
172 mlo_ctx->setup_info[grp_id].tot_socs); in mlo_get_soc_list()
244 uint32_t tot_socs; in mlo_setup_update_soc_id_list() local
[all …]
H A Dwlan_mlo_mgr_cmn.c370 return (mlo_ctx->setup_info[grp_id].tot_socs * in wlan_mlo_get_max_num_links()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_setup.h76 uint8_t tot_socs, enum MLO_SOC_LIST curr);
115 void mlo_setup_update_total_socs(uint8_t grp_id, uint8_t tot_socs);
H A Dwlan_mlo_mgr_public_structs.h189 uint8_t tot_socs; member