Home
last modified time | relevance | path

Searched refs:WMI_HOST_WLAN_5G_CAP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c667 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath12k_mac_txpower_recalc()
946 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_monitor_vdev_create()
2687 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath12k_mac_op_bss_info_changed()
4286 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_ht_vht_cap()
4654 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_sband_iftype_data()
4664 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_sband_iftype_data()
5184 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_vdev_create_arg()
5188 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_vdev_create_arg()
6960 if (band == WMI_HOST_WLAN_5G_CAP) in ath12k_get_phy_id()
7007 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_channels_rates()
[all …]
H A Dwmi.c523 } else if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
566 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
3351 case WMI_HOST_WLAN_5G_CAP: in ath12k_fill_band_to_mac_param()
4408 if (bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
H A Dwmi.h226 WMI_HOST_WLAN_5G_CAP = 2, enumerator
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c681 (band2 & WMI_HOST_WLAN_5G_CAP))); in ath11k_mac_band_match()
776 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
1068 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
3623 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5621 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5900 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
5909 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
6505 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_vdev_create_params()
6509 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_vdev_create_params()
9163 if (band == WMI_HOST_WLAN_5G_CAP) in ath11k_get_phy_id()
[all …]
H A Dwmi.h125 WMI_HOST_WLAN_5G_CAP = 0x2, enumerator
126 WMI_HOST_WLAN_2G_5G_CAP = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP,
H A Dwmi.c443 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP)) in ath11k_pull_mac_phy_cap_svc_ready_ext()
455 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
494 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
4208 case WMI_HOST_WLAN_5G_CAP: in ath11k_fill_band_to_mac_param()