Home
last modified time | relevance | path

Searched refs:hw_caps (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_device.c510 u32 hw_caps = GET_HW_DATA(accel_dev)->accel_capabilities_mask; in adf_cfg_check_enabled_services() local
512 if ((enabled_svc_caps & hw_caps) == enabled_svc_caps) in adf_cfg_check_enabled_services()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c45 const struct ath12k_wmi_soc_mac_phy_hw_mode_caps_params *hw_caps; member
475 const struct ath12k_wmi_soc_mac_phy_hw_mode_caps_params *hw_caps = svc->hw_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
486 if (!hw_caps || !wmi_hw_mode_caps || !svc->soc_hal_reg_caps) in ath12k_pull_mac_phy_cap_svc_ready_ext()
489 for (hw_idx = 0; hw_idx < le32_to_cpu(hw_caps->num_hw_modes); hw_idx++) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
497 if (hw_idx == le32_to_cpu(hw_caps->num_hw_modes)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
4239 svc_rdy_ext->hw_caps = ptr; in ath12k_wmi_svc_rdy_ext_parse()
4241 le32_to_cpu(svc_rdy_ext->hw_caps->num_hw_modes); in ath12k_wmi_svc_rdy_ext_parse()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c45 struct wmi_soc_mac_phy_hw_mode_caps *hw_caps; member
48 const struct wmi_soc_mac_phy_hw_mode_caps *hw_caps; member
392 struct wmi_soc_mac_phy_hw_mode_caps *hw_caps, in ath11k_pull_mac_phy_cap_svc_ready_ext() argument
396 const struct wmi_soc_mac_phy_hw_mode_caps *hw_caps, in ath11k_pull_mac_phy_cap_svc_ready_ext()
411 if (!hw_caps || !wmi_hw_mode_caps || !hal_reg_caps) in ath11k_pull_mac_phy_cap_svc_ready_ext()
414 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
425 if (hw_idx == hw_caps->num_hw_modes) in ath11k_pull_mac_phy_cap_svc_ready_ext()
4977 svc_rdy_ext->hw_caps, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
5130 svc_rdy_ext->hw_caps = (struct wmi_soc_mac_phy_hw_mode_caps *)ptr; in ath11k_wmi_tlv_svc_rdy_ext_parse()
5132 svc_rdy_ext->hw_caps = (const struct wmi_soc_mac_phy_hw_mode_caps *)ptr; in ath11k_wmi_tlv_svc_rdy_ext_parse()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath.c517 pCap->hw_caps &= ~ATH9K_HW_CAP_ANT_DIV_COMB; in ath_setup_hal_config()
521 pCap->hw_caps |= ATH9K_HW_CAP_BT_ANT_DIV; in ath_setup_hal_config()