Lines Matching refs:pdev_cap
370 struct ath11k_pdev_cap *pdev_cap = &pdev->cap; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
398 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
399 pdev_cap->ampdu_density = mac_phy_caps->ampdu_density; in ath11k_pull_mac_phy_cap_svc_ready_ext()
414 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
415 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
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()
422 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
423 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_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()
439 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); 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()
441 find_first_bit((unsigned long *)&pdev_cap->rx_chain_mask, 32); 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()
470 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext()