| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | tlc.c | 49 if (he_cap->has_he && he_cap->he_cap_elem.phy_cap_info[2] & in iwl_mld_get_tlc_cmd_flags() 64 if (he_cap->has_he && (he_cap->he_cap_elem.phy_cap_info[1] & in iwl_mld_get_tlc_cmd_flags() 74 if (he_cap->has_he && in iwl_mld_get_tlc_cmd_flags() 119 if (he_cap->has_he) in iwl_mld_get_fw_sgi() 429 } else if (he_cap->has_he && own_he_cap) { in iwl_mld_fill_supp_rates() 598 if (link_sta->he_cap.has_he) in iwl_mld_get_amsdu_size_of_tid()
|
| H A D | sta.c | 89 if (link_sta->he_cap.has_he) in iwl_mld_fill_ampdu_size_and_dens() 336 } else if (link_sta->he_cap.has_he) { in iwl_mld_fill_pkt_ext() 482 if (link_sta->he_cap.has_he) { in iwl_mld_add_modify_sta_cmd() 618 if (link_sta->eht_cap.has_eht || link_sta->he_cap.has_he || in iwl_mld_set_max_amsdu_len()
|
| H A D | mac80211.c | 1129 bool has_he, has_eht; in iwl_mld_link_changed_mapping() local 1145 has_he = link_conf->he_support && !iwlwifi_mod_params.disable_11ax; in iwl_mld_link_changed_mapping() 1148 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mld_link_changed_mapping() 1615 if (link_sta->he_cap.has_he) in iwl_mld_link_set_2mhz_block()
|
| H A D | iface.c | 609 WARN_ON(!he->has_he); in iwl_mld_handle_datapath_monitor_notif()
|
| H A D | link.c | 339 if (!WARN_ON(!link_sta) && link_sta->he_cap.has_he && in _iwl_mld_change_link_in_fw()
|
| /linux-6.15/net/mac80211/ |
| H A D | agg-rx.c | 201 if (!sta->sta.deflink.he_cap.has_he) in ieee80211_retrieve_addba_ext_data() 263 if (sta->sta.valid_links || sta->sta.deflink.he_cap.has_he) in ieee80211_send_addba_resp() 300 !sta->sta.deflink.he_cap.has_he) { in __ieee80211_start_rx_ba_session() 317 else if (sta->sta.deflink.he_cap.has_he) in __ieee80211_start_rx_ba_session()
|
| H A D | agg-tx.c | 97 if (sta->sta.deflink.he_cap.has_he) in ieee80211_send_addba_request() 471 } else if (sta->sta.deflink.he_cap.has_he) { in ieee80211_send_addba_with_timeout() 616 !pubsta->deflink.he_cap.has_he && in ieee80211_start_tx_ba_session()
|
| H A D | vht.c | 364 if (he_cap->has_he) { in __ieee80211_sta_cap_rx_bw() 570 if (link_sta->pub->he_cap.has_he) { in ieee80211_sta_init_nss()
|
| H A D | he.c | 162 he_cap->has_he = true; in ieee80211_he_cap_ie_to_sta_he_cap()
|
| H A D | main.c | 1295 supp_he = supp_he || iftd->he_cap.has_he; in ieee80211_register_hw() 1306 if (iftd->he_cap.has_he && in ieee80211_register_hw()
|
| H A D | debugfs_sta.c | 694 hec->has_he ? "" : "not "); in link_sta_he_capa_read() 695 if (!hec->has_he) in link_sta_he_capa_read()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rs-fw.c | 48 if (he_cap->has_he) in rs_fw_sgi_cw_support() 77 if (he_cap->has_he && he_cap->he_cap_elem.phy_cap_info[2] & in rs_fw_get_config_flags() 92 if (he_cap->has_he && (he_cap->he_cap_elem.phy_cap_info[1] & in rs_fw_get_config_flags() 101 if (he_cap->has_he && in rs_fw_get_config_flags() 393 } else if (he_cap->has_he && sband_he_cap) { in rs_fw_set_supp_rates()
|
| H A D | sf.c | 123 link_sta->he_cap.has_he) { in iwl_mvm_fill_sf_command()
|
| H A D | mld-mac80211.c | 726 bool has_he, has_eht; in iwl_mvm_mld_link_info_changed_station() local 738 has_he = link_conf->he_support && !iwlwifi_mod_params.disable_11ax; in iwl_mvm_mld_link_info_changed_station() 748 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mvm_mld_link_info_changed_station()
|
| H A D | tx.c | 895 if (sta->deflink.he_cap.has_he && !WARN_ON(!iwl_mvm_has_new_tx_api(mvm))) in iwl_mvm_max_amsdu_size() 1147 if (unlikely(ieee80211_is_any_nullfunc(fc)) && sta->deflink.he_cap.has_he) in iwl_mvm_tx_mpdu()
|
| H A D | link.c | 308 if (!WARN_ON(!link_sta) && link_sta->he_cap.has_he && in iwl_mvm_link_changed()
|
| H A D | mac80211.c | 2463 } else if (link_sta->he_cap.has_he) { in iwl_mvm_set_sta_pkt_ext() 2634 if (!sta->deflink.he_cap.has_he) { in iwl_mvm_cfg_he_sta() 3845 link_conf->he_support = link_sta->he_cap.has_he; in iwl_mvm_vif_conf_from_sta() 3867 link_conf->he_support = link_sta->he_cap.has_he; in iwl_mvm_vif_set_he_support() 3871 if (link_sta->he_cap.has_he) in iwl_mvm_vif_set_he_support()
|
| /linux-6.15/net/mac80211/tests/ |
| H A D | util.c | 70 .has_he = true,
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 754 if (!sta->deflink.he_cap.has_he) in mt7915_mcu_sta_he_tlv() 914 if (!sta->deflink.he_cap.has_he) in mt7915_mcu_sta_muru_tlv() 1060 if (sta->deflink.he_cap.has_he) { in mt7915_is_ebf_supported() 1233 if (!(sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he)) in mt7915_mcu_sta_bfer_tlv() 1247 if (sta->deflink.he_cap.has_he && ebf) in mt7915_mcu_sta_bfer_tlv() 1296 if (!(sta->deflink.vht_cap.vht_supported || sta->deflink.he_cap.has_he)) in mt7915_mcu_sta_bfee_tlv() 1305 if (sta->deflink.he_cap.has_he) { in mt7915_mcu_sta_bfee_tlv() 1456 if (sta->deflink.he_cap.has_he) { in mt7915_mcu_add_rate_ctrl_fixed() 1494 if (sta->deflink.he_cap.has_he) in mt7915_mcu_add_rate_ctrl_fixed() 1607 if (sta->deflink.he_cap.has_he) { in mt7915_mcu_sta_rate_ctrl_tlv() [all …]
|
| H A D | debugfs.c | 1361 phy.sgi |= gi << (i << sta->deflink.he_cap.has_he); in mt7915_sta_fixed_rate_set() 1362 phy.he_ltf |= he_ltf << (i << sta->deflink.he_cap.has_he); in mt7915_sta_fixed_rate_set()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1190 if (!link_sta->he_cap.has_he) in mt7996_mcu_sta_he_tlv() 1384 if (!link_sta->he_cap.has_he) in mt7996_mcu_sta_muru_tlv() 1440 if (link_sta->he_cap.has_he) { in mt7996_is_ebf_supported() 1688 if (!(link_sta->ht_cap.ht_supported || link_sta->he_cap.has_he)) in mt7996_mcu_sta_bfer_tlv() 1704 else if (link_sta->he_cap.has_he) in mt7996_mcu_sta_bfer_tlv() 1721 if (link_sta->eht_cap.has_eht || link_sta->he_cap.has_he) in mt7996_mcu_sta_bfer_tlv() 1764 if (!(link_sta->vht_cap.vht_supported || link_sta->he_cap.has_he)) in mt7996_mcu_sta_bfee_tlv() 1773 if (link_sta->he_cap.has_he) { in mt7996_mcu_sta_bfee_tlv() 1956 if (link_sta->he_cap.has_he) { in mt7996_mcu_add_rate_ctrl_fixed() 1994 if (link_sta->he_cap.has_he) in mt7996_mcu_add_rate_ctrl_fixed() [all …]
|
| /linux-6.15/net/wireless/ |
| H A D | core.c | 935 if (WARN_ON(!iftd->he_cap.has_he)) in wiphy_register() 941 have_he = iftd->he_cap.has_he; in wiphy_register() 944 iftd->he_cap.has_he; in wiphy_register()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 823 if (he_cap && he_cap->has_he) in mt76_connac_get_phy_mode_v2() 837 if (he_cap && he_cap->has_he) in mt76_connac_get_phy_mode_v2() 892 if (sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he) in mt76_connac_mcu_sta_tlv() 896 if (sta->deflink.he_cap.has_he) { in mt76_connac_mcu_sta_tlv() 1352 if (he_cap && he_cap->has_he) in mt76_connac_get_phy_mode() 1363 if (he_cap && he_cap->has_he) in mt76_connac_get_phy_mode()
|
| /linux-6.15/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 4157 .has_he = true, 4265 .has_he = true, 4373 .has_he = true, 4417 .has_he = true, 4542 .has_he = true, 4668 .has_he = true, 4723 .has_he = true, 4869 .has_he = true, 5016 .has_he = true,
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 606 .has_he = true, 766 .has_he = true,
|