Searched refs:ppe_thres (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | init.c | 698 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 D | init.c | 1116 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 D | main.c | 147 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 D | mac.c | 1700 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 D | iwl-nvm-parse.c | 679 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71}, 807 .ppe_thres = {0x61, 0x1c, 0xc7, 0x71},
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 2369 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/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 917 uint8_t ppe_thres[IEEE80211_STA_HE_CAP_PPE_THRES_MAX]; member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 2795 u8 ppe_thres_hdr = sta->deflink.he_cap.ppe_thres[0]; in rtw89_fw_h2c_cxdrv_role_v2() 2829 ppe = le16_to_cpu(*((__le16 *)&sta->deflink.he_cap.ppe_thres[idx]));
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 2291 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mvm_set_fw_mu_edca_params() 2293 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_fw_mu_edca_params()
|