Lines Matching refs:pdev_cap

11207 	struct ath11k_pdev_cap *pdev_cap = &pdev->cap;  in qwx_pull_mac_phy_cap_svc_ready_ext()  local
11235 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in qwx_pull_mac_phy_cap_svc_ready_ext()
11236 pdev_cap->ampdu_density = mac_phy_caps->ampdu_density; in qwx_pull_mac_phy_cap_svc_ready_ext()
11251 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11252 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_2g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11256 pdev_cap->vht_cap = mac_phy_caps->vht_cap_info_5g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11257 pdev_cap->vht_mcs = mac_phy_caps->vht_supp_mcs_5g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11258 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11259 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11260 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_5g; in qwx_pull_mac_phy_cap_svc_ready_ext()
11261 pdev_cap->nss_ratio_enabled = in qwx_pull_mac_phy_cap_svc_ready_ext()
11263 pdev_cap->nss_ratio_info = in qwx_pull_mac_phy_cap_svc_ready_ext()
11275 pdev_cap->tx_chain_mask_shift = ffs(pdev_cap->tx_chain_mask); in qwx_pull_mac_phy_cap_svc_ready_ext()
11276 pdev_cap->rx_chain_mask_shift = ffs(pdev_cap->rx_chain_mask); in qwx_pull_mac_phy_cap_svc_ready_ext()
11279 cap_band = &pdev_cap->band[0]; in qwx_pull_mac_phy_cap_svc_ready_ext()
11294 cap_band = &pdev_cap->band[1]; in qwx_pull_mac_phy_cap_svc_ready_ext()
11306 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ]; in qwx_pull_mac_phy_cap_svc_ready_ext()