Home
last modified time | relevance | path

Searched refs:num_radios (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhw.c83 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS; in ath11k_init_wmi_config_ipq8074()
85 if (ab->num_radios == 2) { in ath11k_init_wmi_config_ipq8074()
88 } else if (ab->num_radios == 3) { in ath11k_init_wmi_config_ipq8074()
127 config->beacon_tx_offload_max_vdev = ab->num_radios * TARGET_MAX_BCN_OFFLD; in ath11k_init_wmi_config_ipq8074()
130 config->twt_ap_pdev_count = ab->num_radios; in ath11k_init_wmi_config_ipq8074()
H A Dthermal.c165 for (i = 0; i < sc->num_radios; i++) { in ath11k_thermal_register()
217 for (i = 0; i < sc->num_radios; i++) { in ath11k_thermal_unregister()
H A Dcore.c715 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath11k_core_reconfigure_on_crash()
767 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_restart()
799 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_restart()
H A Ddp.c795 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_service_srng()
818 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_service_srng()
855 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_free()
870 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_pre_alloc()
894 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_alloc()
H A Dspectral.c879 for (i = 0; i < ab->num_radios; i++) { in ath11k_spectral_deinit()
969 for (i = 0; i < ab->num_radios; i++) { in ath11k_spectral_init()
H A Dwmi.c3046 for (i = 0; i < soc->num_radios; i++) { in ath11k_fill_band_to_mac_param()
3329 init_param.num_band_to_mac = ab->num_radios; in ath11k_wmi_cmd_init()
3724 soc->num_radios = 0; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3727 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3733 hw_mode_id, soc->num_radios, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3737 soc->num_radios); in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3741 soc->num_radios++; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3747 pdev_index = soc->num_radios; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3753 /* For QCA6390, set num_radios to 1 because host manages in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3758 soc->num_radios in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
[all...]
H A Ddbring.c246 if (pdev_idx >= ab->num_radios) { in ath11k_dbring_buffer_release_event()
H A Ddebugfs.c137 for (i = 0; i < ab->num_radios; i++) { in ath11k_debugfs_fw_stats_process()
491 for (i = 0; i < ab->num_radios; i++) { in ath11k_write_simulate_fw_crash()
H A Dcore.h657 int num_radios; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dthermal.c165 for (i = 0; i < sc->num_radios; i++) { in ath11k_thermal_register()
217 for (i = 0; i < sc->num_radios; i++) { in ath11k_thermal_unregister()
H A Ddp.c818 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_service_srng()
841 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_service_srng()
879 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_free()
894 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_pre_alloc()
918 for (i = 0; i < ab->num_radios; i++) { in ath11k_dp_pdev_alloc()
H A Dtestmode.c33 for (i = 0; i < ab->num_radios; i++) { in ath11k_tm_get_ar()
115 if (pdev_id >= ab->num_radios) { in ath11k_tm_process_event()
H A Dpeer.c529 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_id_tbl_init()
584 param->nelem_hint = ab->num_radios * TARGET_NUM_PEERS_PDEV(ab); in ath11k_peer_rhash_addr_tbl_init()
H A Dhw.c154 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath11k_init_wmi_config_ipq8074()
156 if (ab->num_radios == 2) { in ath11k_init_wmi_config_ipq8074()
159 } else if (ab->num_radios == 3) { in ath11k_init_wmi_config_ipq8074()
198 config->beacon_tx_offload_max_vdev = ab->num_radios * TARGET_MAX_BCN_OFFLD; in ath11k_init_wmi_config_ipq8074()
201 config->twt_ap_pdev_count = ab->num_radios; in ath11k_init_wmi_config_ipq8074()
205 config->ema_max_vap_cnt = ab->num_radios; in ath11k_init_wmi_config_ipq8074()
H A Dcore.c1721 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1; in ath11k_core_reconfigure_on_crash()
1779 for (i = 0; i < ab->num_radios; i++) { in ath11k_update_11d()
1802 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_pre_reconfigure_recovery()
1847 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_post_reconfigure_recovery()
H A Ddbring.c286 if (pdev_idx >= ab->num_radios) { in ath11k_dbring_buffer_release_event()
H A Dspectral.c915 for (i = 0; i < ab->num_radios; i++) { in ath11k_spectral_deinit()
1005 for (i = 0; i < ab->num_radios; i++) { in ath11k_spectral_init()
H A Dwmi.c3986 for (i = 0; i < soc->num_radios; i++) { in ath11k_fill_band_to_mac_param()
4317 init_param.num_band_to_mac = ab->num_radios; in ath11k_wmi_cmd_init()
4713 soc->num_radios = 0; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4717 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4723 hw_mode_id, soc->num_radios, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4727 soc->num_radios); in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4731 soc->num_radios++; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4737 pdev_index = soc->num_radios; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4743 /* For QCA6390, set num_radios to 1 because host manages in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4748 soc->num_radios in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
[all...]
H A Dmac.c603 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_get_arvif_by_vdev_id()
621 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_get_ar_by_vdev_id()
642 if (WARN_ON(pdev_id > ab->num_radios)) in ath11k_mac_get_ar_by_pdev_id()
645 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_get_ar_by_pdev_id()
665 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_get_vif_up()
6264 if (recovery_start_count == ab->num_radios) { in ath11k_mac_wait_reconfigure()
6577 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_vif_ap_active_any()
6680 for (i = 0; i < ab->num_radios; i++) { in ath11k_mac_11d_scan_stop_all()
8499 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()
9398 for (i = 0; i < ab->num_radios; in ath11k_mac_unregister()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dcore.c637 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath12k_core_reconfigure_on_crash()
688 for (i = 0; i < ab->num_radios; i++) { in ath12k_core_pre_reconfigure_recovery()
722 for (i = 0; i < ab->num_radios; i++) { in ath12k_core_post_reconfigure_recovery()
H A Dwmi.c179 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS; in ath12k_wmi_init_qcn9274()
181 if (ab->num_radios == 2) { in ath12k_wmi_init_qcn9274()
184 } else if (ab->num_radios == 3) { in ath12k_wmi_init_qcn9274()
223 config->beacon_tx_offload_max_vdev = ab->num_radios * TARGET_MAX_BCN_OFFLD; in ath12k_wmi_init_qcn9274()
227 config->twt_ap_pdev_count = ab->num_radios; in ath12k_wmi_init_qcn9274()
3179 for (i = 0; i < soc->num_radios; i++) { in ath12k_fill_band_to_mac_param()
3488 arg.num_band_to_mac = ab->num_radios; in ath12k_wmi_cmd_init()
3904 soc->num_radios = 0; in ath12k_wmi_ext_soc_hal_reg_caps_parse()
3908 while (phy_id_map && soc->num_radios < MAX_RADIOS) { in ath12k_wmi_ext_soc_hal_reg_caps_parse()
3911 hw_mode_id, soc->num_radios, in ath12k_wmi_ext_soc_hal_reg_caps_parse()
[all...]
H A Ddp.c918 for (i = 0; i < ab->num_radios; i++) { in ath12k_dp_service_srng()
939 for (i = 0; i < ab->num_radios; i++) { in ath12k_dp_service_srng()
981 for (i = 0; i < ab->num_radios; i++) in ath12k_dp_pdev_free()
991 for (i = 0; i < ab->num_radios; i++) { in ath12k_dp_pdev_pre_alloc()
1036 for (i = 0; i < ab->num_radios; i++) { in ath12k_dp_pdev_alloc()
H A Ddbring.c250 if (pdev_idx >= ab->num_radios) { in ath12k_dbring_buffer_release_event()
H A Dmac.c559 for (i = 0; i < ab->num_radios; i++) { in ath12k_mac_get_arvif_by_vdev_id()
576 for (i = 0; i < ab->num_radios; i++) { in ath12k_mac_get_ar_by_vdev_id()
597 if (WARN_ON(pdev_id > ab->num_radios)) in ath12k_mac_get_ar_by_pdev_id()
600 for (i = 0; i < ab->num_radios; i++) { in ath12k_mac_get_ar_by_pdev_id()
4977 if (recovery_start_count == ab->num_radios) { in ath12k_mac_wait_reconfigure()
6755 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
7181 for (i = 0; i < ab->num_radios; i++) { in ath12k_mac_unregister()
7370 for (i = 0; i < ab->num_radios; i++) { in ath12k_mac_register()
7391 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS)) - 1; in ath12k_mac_register()
7416 for (i = 0; i < ab->num_radios; in ath12k_mac_allocate()
[all...]
H A Dcore.h664 int num_radios; member

Completed in 68 milliseconds

12