Home
last modified time | relevance | path

Searched refs:pdev_cap (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.c370 struct ath11k_pdev_cap *pdev_cap = &pdev->cap; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
419 pdev_cap->vht_cap = mac_phy_caps->vht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
420 pdev_cap->vht_mcs = mac_phy_caps->vht_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
421 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
424 pdev_cap->nss_ratio_enabled = in ath11k_pull_mac_phy_cap_svc_ready_ext()
426 pdev_cap->nss_ratio_info = in ath11k_pull_mac_phy_cap_svc_ready_ext()
438 pdev_cap->tx_chain_mask_shift = in ath11k_pull_mac_phy_cap_svc_ready_ext()
440 pdev_cap->rx_chain_mask_shift = in ath11k_pull_mac_phy_cap_svc_ready_ext()
444 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()
458 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dmac.c9824 struct ath11k_pdev_cap *pdev_cap = &pdev->cap; in ath11k_get_phy_id() local
9827 return pdev_cap->band[NL80211_BAND_2GHZ].phy_id; in ath11k_get_phy_id()
9830 return pdev_cap->band[NL80211_BAND_5GHZ].phy_id; in ath11k_get_phy_id()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c482 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
511 pdev_cap->ampdu_density = le32_to_cpu(mac_caps->ampdu_density); in ath12k_pull_mac_phy_cap_svc_ready_ext()
527 pdev_cap->vht_cap = le32_to_cpu(mac_caps->vht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
528 pdev_cap->vht_mcs = le32_to_cpu(mac_caps->vht_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
529 pdev_cap->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
544 pdev_cap->tx_chain_mask_shift = in ath12k_pull_mac_phy_cap_svc_ready_ext()
545 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath12k_pull_mac_phy_cap_svc_ready_ext()
546 pdev_cap->rx_chain_mask_shift = in ath12k_pull_mac_phy_cap_svc_ready_ext()
550 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()
570 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dmac.c7938 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_mac_prepare_he_mode() local
7944 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_mac_prepare_he_mode()
7946 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_mac_prepare_he_mode()
10641 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_get_phy_id() local
10644 return pdev_cap->band[NL80211_BAND_2GHZ].phy_id; in ath12k_get_phy_id()
10647 return pdev_cap->band[NL80211_BAND_5GHZ].phy_id; in ath12k_get_phy_id()