Home
last modified time | relevance | path

Searched refs:ppe_thres (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c698 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7996_init_he_caps()
701 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7996_init_he_caps()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c1116 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7915_init_he_caps()
1119 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7915_init_he_caps()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c147 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in mt7921_init_he_caps()
150 mt76_connac_gen_ppe_thresh(he_cap->ppe_thres, nss); in mt7921_init_he_caps()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c1700 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he()
1703 (he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he()
1716 val |= ((he_cap->ppe_thres[bit / 8] >> in ath12k_peer_assoc_h_he()
2104 static void ath12k_mac_set_eht_ppe_threshold(const u8 *ppe_thres, in ath12k_mac_set_eht_ppe_threshold() argument
2111 ppet->numss_m1 = u8_get_bits(ppe_thres[0], IEEE80211_EHT_PPE_THRES_NSS_MASK); in ath12k_mac_set_eht_ppe_threshold()
2112 ppet->ru_bit_mask = u16_get_bits(get_unaligned_le16(ppe_thres), in ath12k_mac_set_eht_ppe_threshold()
2124 val |= (((ppe_thres[bit_pos / 8] >> in ath12k_mac_set_eht_ppe_threshold()
4486 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath12k_mac_copy_he_cap()
4489 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c665 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
789 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h875 uint8_t ppe_thres[IEEE80211_STA_HE_CAP_PPE_THRES_MAX]; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c2369 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
2372 (he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
2385 val |= ((he_cap->ppe_thres[bit / 8] >> in ath11k_peer_assoc_h_he()
5869 memset(he_cap->ppe_thres, 0, sizeof(he_cap->ppe_thres)); in ath11k_mac_copy_he_cap()
5873 he_cap->ppe_thres); in ath11k_mac_copy_he_cap()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c1751 u8 ppe_thres_hdr = sta->deflink.he_cap.ppe_thres[0]; in __get_sta_he_pkt_padding()
1788 ppe = le16_to_cpu(*((__le16 *)&sta->deflink.he_cap.ppe_thres[idx])); in __get_sta_he_pkt_padding()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2082 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mvm_set_pkt_ext_from_he_ppe()
2084 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_pkt_ext_from_he_ppe()