Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dqwz.c9355 struct ath12k_pdev_cap *pdev_cap = &pdev->cap; in qwz_pull_mac_phy_cap_svc_ready_ext() local
9383 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in qwz_pull_mac_phy_cap_svc_ready_ext()
9384 pdev_cap->ampdu_density = mac_phy_caps->ampdu_density; in qwz_pull_mac_phy_cap_svc_ready_ext()
9399 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9400 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_2g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9404 pdev_cap->vht_cap = mac_phy_caps->vht_cap_info_5g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9405 pdev_cap->vht_mcs = mac_phy_caps->vht_supp_mcs_5g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9406 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9407 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g; in qwz_pull_mac_phy_cap_svc_ready_ext()
9408 pdev_cap->rx_chain_mask = mac_phy_caps->rx_chain_mask_5g; in qwz_pull_mac_phy_cap_svc_ready_ext()
[all …]
Dqwx.c11207 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()
[all …]