Searched refs:tx_chain_mask (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.h | 832 u32 tx_chain_mask; member
|
| H A D | wmi.h | 2466 u32 tx_chain_mask; member 2593 __le32 tx_chain_mask; member 4208 __le32 tx_chain_mask; member
|
| H A D | wmi.c | 523 pdev_cap->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext() 531 pdev_cap->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext() 548 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath12k_pull_mac_phy_cap_svc_ready_ext() 3516 lvl_conf->tx_chain_mask = cpu_to_le32(ar->cfg_tx_chainmask); in ath12k_wmi_send_thermal_mitigation_cmd() 4156 wmi_cfg->tx_chain_mask = cpu_to_le32(tg_cfg->tx_chain_mask); in ath12k_wmi_copy_resource_config()
|
| H A D | mac.c | 9115 tx_ant = min_t(u32, tx_ant, ar->pdev->cap.tx_chain_mask); in __ath12k_set_antenna() 14848 antennas_tx = max_t(u32, antennas_tx, cap->tx_chain_mask); in ath12k_mac_hw_register() 15111 ar->cfg_tx_chainmask = pdev->cap.tx_chain_mask; in ath12k_mac_setup() 15113 ar->num_tx_chains = hweight32(pdev->cap.tx_chain_mask); in ath12k_mac_setup()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 1070 .tx_chain_mask = WMI_PDEV_PARAM_TX_CHAIN_MASK, 1165 .tx_chain_mask = WMI_10X_PDEV_PARAM_TX_CHAIN_MASK, 1261 .tx_chain_mask = WMI_10X_PDEV_PARAM_TX_CHAIN_MASK, 1516 .tx_chain_mask = WMI_10_4_PDEV_PARAM_TX_CHAIN_MASK, 6604 config.tx_chain_mask = __cpu_to_le32(TARGET_TX_CHAIN_MASK); in ath10k_wmi_op_gen_init() 6670 config.tx_chain_mask = __cpu_to_le32(TARGET_10X_TX_CHAIN_MASK); in ath10k_wmi_10_1_op_gen_init() 6740 config.tx_chain_mask = __cpu_to_le32(TARGET_10X_TX_CHAIN_MASK); in ath10k_wmi_10_2_op_gen_init() 6822 config.tx_chain_mask = __cpu_to_le32(ar->hw_params.tx_chain_mask); in ath10k_wmi_10_4_op_gen_init()
|
| H A D | mac.c | 5057 ret = ath10k_wmi_pdev_set_param(ar, ar->wmi.pdev_param->tx_chain_mask, in __ath10k_set_antenna()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 423 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext() 431 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext() 448 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath11k_pull_mac_phy_cap_svc_ready_ext() 4198 wmi_cfg->tx_chain_mask = tg_cfg->tx_chain_mask; in ath11k_wmi_copy_resource_config()
|