Searched refs:pdev_cap (Results 1 – 4 of 4) sorted by relevance
480 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_pull_mac_phy_cap_svc_ready_ext() local508 pdev_cap->ampdu_density = le32_to_cpu(mac_caps->ampdu_density); in ath12k_pull_mac_phy_cap_svc_ready_ext()524 pdev_cap->vht_cap = le32_to_cpu(mac_caps->vht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()525 pdev_cap->vht_mcs = le32_to_cpu(mac_caps->vht_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()526 pdev_cap->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()541 pdev_cap->tx_chain_mask_shift = in ath12k_pull_mac_phy_cap_svc_ready_ext()542 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath12k_pull_mac_phy_cap_svc_ready_ext()543 pdev_cap->rx_chain_mask_shift = in ath12k_pull_mac_phy_cap_svc_ready_ext()547 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()567 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_pull_mac_phy_cap_svc_ready_ext()[all …]
5200 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_mac_prepare_he_mode() local5206 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath12k_mac_prepare_he_mode()5208 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath12k_mac_prepare_he_mode()6955 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in ath12k_get_phy_id() local6958 return pdev_cap->band[NL80211_BAND_2GHZ].phy_id; in ath12k_get_phy_id()6961 return pdev_cap->band[NL80211_BAND_5GHZ].phy_id; in ath12k_get_phy_id()
407 struct ath11k_pdev_cap *pdev_cap = &pdev->cap; in ath11k_pull_mac_phy_cap_svc_ready_ext() local456 pdev_cap->vht_cap = mac_phy_caps->vht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()457 pdev_cap->vht_mcs = mac_phy_caps->vht_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()458 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()461 pdev_cap->nss_ratio_enabled = in ath11k_pull_mac_phy_cap_svc_ready_ext()463 pdev_cap->nss_ratio_info = in ath11k_pull_mac_phy_cap_svc_ready_ext()475 pdev_cap->tx_chain_mask_shift = in ath11k_pull_mac_phy_cap_svc_ready_ext()477 pdev_cap->rx_chain_mask_shift = in ath11k_pull_mac_phy_cap_svc_ready_ext()481 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()495 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()[all …]
9158 struct ath11k_pdev_cap *pdev_cap = &pdev->cap; in ath11k_get_phy_id() local9161 return pdev_cap->band[NL80211_BAND_2GHZ].phy_id; in ath11k_get_phy_id()9164 return pdev_cap->band[NL80211_BAND_5GHZ].phy_id; in ath11k_get_phy_id()