Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3607 struct ath12k_wmi_resource_config_arg *tg_cfg) in ath12k_wmi_copy_resource_config() argument
3609 wmi_cfg->num_vdevs = cpu_to_le32(tg_cfg->num_vdevs); in ath12k_wmi_copy_resource_config()
3610 wmi_cfg->num_peers = cpu_to_le32(tg_cfg->num_peers); in ath12k_wmi_copy_resource_config()
3611 wmi_cfg->num_offload_peers = cpu_to_le32(tg_cfg->num_offload_peers); in ath12k_wmi_copy_resource_config()
3613 cpu_to_le32(tg_cfg->num_offload_reorder_buffs); in ath12k_wmi_copy_resource_config()
3614 wmi_cfg->num_peer_keys = cpu_to_le32(tg_cfg->num_peer_keys); in ath12k_wmi_copy_resource_config()
3615 wmi_cfg->num_tids = cpu_to_le32(tg_cfg->num_tids); in ath12k_wmi_copy_resource_config()
3616 wmi_cfg->ast_skid_limit = cpu_to_le32(tg_cfg->ast_skid_limit); in ath12k_wmi_copy_resource_config()
3617 wmi_cfg->tx_chain_mask = cpu_to_le32(tg_cfg->tx_chain_mask); in ath12k_wmi_copy_resource_config()
3618 wmi_cfg->rx_chain_mask = cpu_to_le32(tg_cfg->rx_chain_mask); in ath12k_wmi_copy_resource_config()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4120 struct target_resource_config *tg_cfg) in ath11k_wmi_copy_resource_config() argument
4122 wmi_cfg->num_vdevs = tg_cfg->num_vdevs; in ath11k_wmi_copy_resource_config()
4123 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
4124 wmi_cfg->num_offload_peers = tg_cfg->num_offload_peers; in ath11k_wmi_copy_resource_config()
4125 wmi_cfg->num_offload_reorder_buffs = tg_cfg->num_offload_reorder_buffs; in ath11k_wmi_copy_resource_config()
4126 wmi_cfg->num_peer_keys = tg_cfg->num_peer_keys; in ath11k_wmi_copy_resource_config()
4127 wmi_cfg->num_tids = tg_cfg->num_tids; in ath11k_wmi_copy_resource_config()
4128 wmi_cfg->ast_skid_limit = tg_cfg->ast_skid_limit; in ath11k_wmi_copy_resource_config()
4129 wmi_cfg->tx_chain_mask = tg_cfg->tx_chain_mask; in ath11k_wmi_copy_resource_config()
4130 wmi_cfg->rx_chain_mask = tg_cfg->rx_chain_mask; in ath11k_wmi_copy_resource_config()
[all …]