Home
last modified time | relevance | path

Searched refs:ath11k_wmi_pdev_set_param (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/drivers/net/wireless/ath/ath11k/
Dmac.c615 ret = ath11k_wmi_pdev_set_param(ar, param, in ath11k_mac_txpower_recalc()
625 ret = ath11k_wmi_pdev_set_param(ar, param, in ath11k_mac_txpower_recalc()
685 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_STA_KICKOUT_TH, in ath11k_mac_set_kickout()
1893 ret = ath11k_wmi_pdev_set_param(ar, param_id, in ath11k_mac_op_bss_info_changed()
3847 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_TX_CHAIN_MASK, in __ath11k_set_antenna()
3857 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_RX_CHAIN_MASK, in __ath11k_set_antenna()
4137 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_PMF_QOS, in ath11k_mac_op_start()
4145 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_DYNAMIC_BW, 1, in ath11k_mac_op_start()
4152 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_ARP_AC_OVERRIDE, in ath11k_mac_op_start()
4174 ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_MESH_MCAST_ENABLE, in ath11k_mac_op_start()
[all …]
Dwmi.h5019 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
Dwmi.c1191 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id, in ath11k_wmi_pdev_set_param() function