Home
last modified time | relevance | path

Searched refs:num_radios (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dinit_event_handler.c660 uint8_t num_radios; in init_deinit_service_ext_ready_event_handler() local
705 num_radios = target_psoc_get_num_radios_for_mode(tgt_hdl, in init_deinit_service_ext_ready_event_handler()
709 target_psoc_set_num_radios(tgt_hdl, num_radios); in init_deinit_service_ext_ready_event_handler()
884 uint8_t num_radios) in init_deinit_mlo_update_pdev_ready() argument
928 uint8_t num_radios) in init_deinit_mlo_update_pdev_ready() argument
955 uint8_t num_radios, i; in init_deinit_ready_event_handler() local
1030 num_radios = target_psoc_get_num_radios(tgt_hdl); in init_deinit_ready_event_handler()
1042 num_peers = info->wlan_res_cfg.num_peers / num_radios; in init_deinit_ready_event_handler()
1044 for (i = 0; i < num_radios; i++) { in init_deinit_ready_event_handler()
1079 for (i = 0; i < num_radios; i++) { in init_deinit_ready_event_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h222 uint8_t num_radios; member
950 struct target_psoc_info *psoc_info, uint8_t num_radios) in target_psoc_set_num_radios() argument
955 psoc_info->info.num_radios = num_radios; in target_psoc_set_num_radios()
993 return psoc_info->info.num_radios; in target_psoc_get_num_radios()
1010 uint8_t num_radios = 0; in target_psoc_get_num_radios_for_mode() local
1019 num_radios += in target_psoc_get_num_radios_for_mode()
1023 return num_radios; in target_psoc_get_num_radios_for_mode()
2632 uint8_t num_radios; in target_if_set_twt_ap_pdev_count() local
2638 num_radios = target_psoc_get_num_radios(tgt_hdl); in target_if_set_twt_ap_pdev_count()
2639 if (mode == WMI_HOST_HW_MODE_2G_PHYB && num_radios == 1) in target_if_set_twt_ap_pdev_count()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/
Dwlan_dfs_tgt_api.h591 uint8_t num_radios);
658 uint8_t num_radios) in tgt_dfs_init_tmp_psoc_nol() argument
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
Ddfs.h3115 void dfs_init_tmp_psoc_nol(struct wlan_dfs *dfs, uint8_t num_radios);
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h2621 uint8_t num_radios);