Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3669 struct ath12k_wmi_resource_config_arg *tg_cfg) in ath12k_wmi_copy_resource_config() argument
3671 wmi_cfg->num_vdevs = cpu_to_le32(tg_cfg->num_vdevs); in ath12k_wmi_copy_resource_config()
3672 wmi_cfg->num_peers = cpu_to_le32(tg_cfg->num_peers); in ath12k_wmi_copy_resource_config()
3675 cpu_to_le32(tg_cfg->num_offload_reorder_buffs); in ath12k_wmi_copy_resource_config()
3677 wmi_cfg->num_tids = cpu_to_le32(tg_cfg->num_tids); in ath12k_wmi_copy_resource_config()
3690 cpu_to_le32(tg_cfg->roam_offload_max_ap_profiles); in ath12k_wmi_copy_resource_config()
3706 cpu_to_le32(tg_cfg->num_tdls_conn_table_entries); in ath12k_wmi_copy_resource_config()
3708 cpu_to_le32(tg_cfg->beacon_tx_offload_max_vdev); in ath12k_wmi_copy_resource_config()
3710 cpu_to_le32(tg_cfg->num_multicast_filter_entries); in ath12k_wmi_copy_resource_config()
3715 cpu_to_le32(tg_cfg->max_tdls_concurrent_sleep_sta); in ath12k_wmi_copy_resource_config()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4121 struct target_resource_config *tg_cfg) in ath11k_wmi_copy_resource_config() argument
4123 wmi_cfg->num_vdevs = tg_cfg->num_vdevs; in ath11k_wmi_copy_resource_config()
4124 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
4128 wmi_cfg->num_tids = tg_cfg->num_tids; in ath11k_wmi_copy_resource_config()
4141 tg_cfg->roam_offload_max_ap_profiles; in ath11k_wmi_copy_resource_config()
4157 tg_cfg->num_tdls_conn_table_entries; in ath11k_wmi_copy_resource_config()
4159 tg_cfg->beacon_tx_offload_max_vdev; in ath11k_wmi_copy_resource_config()
4161 tg_cfg->num_multicast_filter_entries; in ath11k_wmi_copy_resource_config()
4166 tg_cfg->max_tdls_concurrent_sleep_sta; in ath11k_wmi_copy_resource_config()
4168 tg_cfg->max_tdls_concurrent_buffer_sta; in ath11k_wmi_copy_resource_config()
[all …]