Home
last modified time | relevance | path

Searched refs:ht_cap_info (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.h71 __le32 ht_cap_info; member
H A Dcoredump.c1545 dump_data->ht_cap_info = cpu_to_le32(ar->ht_cap_info); in ath10k_coredump_build()
H A Dmac.c4963 if (!(ar->ht_cap_info & WMI_HT_CAP_ENABLED)) in ath10k_get_ht_cap()
4974 if (ar->ht_cap_info & WMI_HT_CAP_HT20_SGI) in ath10k_get_ht_cap()
4977 if (ar->ht_cap_info & WMI_HT_CAP_HT40_SGI) in ath10k_get_ht_cap()
4980 if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) { in ath10k_get_ht_cap()
4989 if (ar->ht_cap_info & WMI_HT_CAP_TX_STBC && (ar->cfg_tx_chainmask > 1)) in ath10k_get_ht_cap()
4992 if (ar->ht_cap_info & WMI_HT_CAP_RX_STBC) { in ath10k_get_ht_cap()
4995 stbc = ar->ht_cap_info; in ath10k_get_ht_cap()
5004 if (ar->ht_cap_info & WMI_HT_CAP_LDPC || (ar->ht_cap_info & in ath10k_get_ht_cap()
5005 WMI_HT_CAP_RX_LDPC && (ar->ht_cap_info & WMI_HT_CAP_TX_LDPC))) in ath10k_get_ht_cap()
5008 if (ar->ht_cap_info & WMI_HT_CAP_L_SIG_TXOP_PROT) in ath10k_get_ht_cap()
[all …]
H A Dcore.h1041 u32 ht_cap_info; member
H A Dwmi-tlv.h1727 __le32 ht_cap_info; member
H A Dwmi.h2290 __le32 ht_cap_info; /* WMI HT Capability */ member
2330 __le32 ht_cap_info; /* WMI HT Capability */ member
H A Dwmi.c5529 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_main_op_pull_svc_rdy_ev()
5571 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
5629 ar->ht_cap_info = __le32_to_cpu(arg.ht_cap); in ath10k_wmi_event_service_ready_work()
H A Dwmi-tlv.c1380 arg->ht_cap = ev->ht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h639 u32 ht_cap_info; member
808 u32 ht_cap_info; member
H A Dmac.c8413 u32 *ht_cap_info) in ath12k_mac_setup_ht_vht_cap() argument
8425 ht_cap = cap->band[NL80211_BAND_2GHZ].ht_cap_info; in ath12k_mac_setup_ht_vht_cap()
8426 if (ht_cap_info) in ath12k_mac_setup_ht_vht_cap()
8427 *ht_cap_info = ht_cap; in ath12k_mac_setup_ht_vht_cap()
8436 ht_cap = cap->band[NL80211_BAND_5GHZ].ht_cap_info; in ath12k_mac_setup_ht_vht_cap()
8437 if (ht_cap_info) in ath12k_mac_setup_ht_vht_cap()
8438 *ht_cap_info = ht_cap; in ath12k_mac_setup_ht_vht_cap()
8561 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath12k_mac_setup_he_6ghz_cap()
13069 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask()
14474 u32 ht_cap_info = 0; in ath12k_mac_hw_register() local
[all …]
H A Dwmi.c501 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
522 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
540 cap_band->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
606 cap->ht_cap_info = le32_to_cpu(ev->ht_cap_info); in ath12k_pull_service_ready_tlv()
H A Dwmi.h2630 __le32 ht_cap_info; member
4626 u32 ht_cap_info; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h843 u32 ht_cap_info; member
H A Dmac.c5755 u32 *ht_cap_info) in ath11k_mac_setup_ht_vht_cap() argument
5767 ht_cap = cap->band[NL80211_BAND_2GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
5768 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
5769 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
5778 ht_cap = cap->band[NL80211_BAND_5GHZ].ht_cap_info; in ath11k_mac_setup_ht_vht_cap()
5779 if (ht_cap_info) in ath11k_mac_setup_ht_vht_cap()
5780 *ht_cap_info = ht_cap; in ath11k_mac_setup_ht_vht_cap()
5903 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
9125 ldpc = !!(cap->band[band].ht_cap_info & WMI_HT_CAP_TX_LDPC); in ath11k_mac_op_set_bitrate_mask()
H A Dwmi.c489 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
503 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
514 cap_band->ht_cap_info = mac_phy_caps->ht_cap_info_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
583 cap->ht_cap_info = ev->ht_cap_info; in ath11k_pull_service_ready_tlv()
H A Dwmi.h2443 u32 ht_cap_info; member
5070 u32 ht_cap_info; member