Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.c45 struct wmi_mac_phy_capabilities *mac_phy_caps; member
367 struct wmi_mac_phy_capabilities *mac_phy_caps; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
395 mac_phy_caps = wmi_mac_phy_caps + phy_idx; in ath11k_pull_mac_phy_cap_svc_ready_ext()
397 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
401 mac_phy_caps->supported_bands; 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()
445 cap_band->phy_id = mac_phy_caps->phy_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
459 cap_band->phy_id = mac_phy_caps->phy_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
4748 if (!svc_rdy_ext->mac_phy_caps) in ath11k_wmi_tlv_mac_phy_caps_parse()
4831 svc_rdy_ext->mac_phy_caps, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c57 struct ath12k_wmi_mac_phy_caps_params *mac_phy_caps; member
479 const struct ath12k_wmi_mac_phy_caps_params *wmi_mac_phy_caps = svc->mac_phy_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext()
4297 svc_rdy_ext->mac_phy_caps = kzalloc((svc_rdy_ext->tot_phy_id) * len, in ath12k_wmi_mac_phy_caps_parse()
4299 if (!svc_rdy_ext->mac_phy_caps) in ath12k_wmi_mac_phy_caps_parse()
4303 memcpy(svc_rdy_ext->mac_phy_caps + svc_rdy_ext->n_mac_phy_caps, ptr, len); in ath12k_wmi_mac_phy_caps_parse()
4600 kfree(svc_rdy_ext.mac_phy_caps); in ath12k_service_ready_ext_event()