Searched refs:eht (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 1496 eht->data[(rt_data)] |= \ 1533 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_eht_ext_mu() 1557 eht->user_info[0] |= in iwl_mvm_decode_eht_ext_mu() 1562 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_NR_NON_OFDMA_USERS_M); in iwl_mvm_decode_eht_ext_mu() 1563 eht->data[7] |= LE32_DEC_ENC in iwl_mvm_decode_eht_ext_mu() 1643 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_eht_ext_tb() 1689 struct ieee80211_radiotap_eht *eht) in iwl_mvm_decode_eht_ru() 1691 u32 ru = le32_get_bits(eht->data[8], in iwl_mvm_decode_eht_ru() 1753 rx_status->eht.ru = nl_ru; in iwl_mvm_decode_eht_ru() 1759 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_eht_phy_data() 1530 iwl_mvm_decode_eht_ext_mu(struct iwl_mvm *mvm, struct iwl_mvm_rx_phy_data *phy_data, struct ieee80211_rx_status *rx_status, struct ieee80211_radiotap_eht *eht, struct ieee80211_radiotap_eht_usig *usig) iwl_mvm_decode_eht_ext_mu() argument 1640 iwl_mvm_decode_eht_ext_tb(struct iwl_mvm *mvm, struct iwl_mvm_rx_phy_data *phy_data, struct ieee80211_rx_status *rx_status, struct ieee80211_radiotap_eht *eht, struct ieee80211_radiotap_eht_usig *usig) iwl_mvm_decode_eht_ext_tb() argument 1687 iwl_mvm_decode_eht_ru(struct iwl_mvm *mvm, struct ieee80211_rx_status *rx_status, struct ieee80211_radiotap_eht *eht) iwl_mvm_decode_eht_ru() argument 1756 iwl_mvm_decode_eht_phy_data(struct iwl_mvm *mvm, struct iwl_mvm_rx_phy_data *phy_data, struct ieee80211_rx_status *rx_status, struct ieee80211_radiotap_eht *eht, struct ieee80211_radiotap_eht_usig *usig) iwl_mvm_decode_eht_phy_data() argument 1879 struct ieee80211_radiotap_eht *eht; iwl_mvm_rx_eht() local [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | Makefile | 39 eht.o
|
H A D | sta_info.h | 1009 r |= STA_STATS_FIELD(EHT_GI, s->eht.gi); in sta_stats_encode_rate() 1010 r |= STA_STATS_FIELD(EHT_RU, s->eht.ru); in sta_stats_encode_rate()
|
H A D | rx.c | 5356 status->eht.gi > NL80211_RATE_INFO_EHT_GI_3_2, in ieee80211_rx_list() 5358 status->rate_idx, status->nss, status->eht.gi)) in ieee80211_rx_list()
|
H A D | util.c | 4194 ri.eht_ru_alloc = status->eht.ru; in ieee80211_calculate_rx_timestamp()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 1073 status->eht.ru = mstat.eht.ru; in mt76_rx_convert() 1074 status->eht.gi = mstat.eht.gi; in mt76_rx_convert() 1725 struct mt76_sta_stats *stats, bool eht) in mt76_ethtool_worker() 1741 if (eht) { in mt76_ethtool_worker() 1747 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker() 1750 for (i = 0; i < (eht ? 14 : 12); i++) in mt76_ethtool_worker() 1724 mt76_ethtool_worker(struct mt76_ethtool_worker_info *wi, struct mt76_sta_stats *stats, bool eht) mt76_ethtool_worker() argument
|
H A D | mt76.h | 637 } eht; member 1441 struct mt76_sta_stats *stats, bool eht);
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 1013 struct sta_rec_eht *eht; in mt7996_mcu_sta_eht_tlv() local 1022 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_EHT, sizeof(*eht)); in mt7996_mcu_sta_eht_tlv() 1024 eht = (struct sta_rec_eht *)tlv; in mt7996_mcu_sta_eht_tlv() 1025 eht->tid_bitmap = 0xff; in mt7996_mcu_sta_eht_tlv() 1026 eht->mac_cap = cpu_to_le16(*(u16 *)elem->mac_cap_info); in mt7996_mcu_sta_eht_tlv() 1027 eht->phy_cap = cpu_to_le64(*(u64 *)elem->phy_cap_info); in mt7996_mcu_sta_eht_tlv() 1028 eht->phy_cap_ext = cpu_to_le64(elem->phy_cap_info[8]); in mt7996_mcu_sta_eht_tlv() 1036 memcpy(eht->mcs_map_bw20, &mcs_map->only_20mhz, in mt7996_mcu_sta_eht_tlv() 1037 sizeof(eht->mcs_map_bw20)); in mt7996_mcu_sta_eht_tlv() 1041 memcpy(eht in mt7996_mcu_sta_eht_tlv() [all...] |
H A D | mac.c | 410 status->eht.gi = gi; in mt7996_mac_fill_rx_rate()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 1536 * @eht: EHT specific rate information 1537 * @eht.ru: EHT RU, from &enum nl80211_eht_ru_alloc 1538 * @eht.gi: EHT GI, from &enum nl80211_eht_gi 1570 } eht; member
|
Completed in 57 milliseconds