Searched refs:he_ppet (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 12 void mt76_connac_gen_ppe_thresh(u8 *he_ppet, int nss) in mt76_connac_gen_ppe_thresh() argument 17 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) | in mt76_connac_gen_ppe_thresh() 26 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3]; in mt76_connac_gen_ppe_thresh() 28 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] & in mt76_connac_gen_ppe_thresh()
|
H A D | mt76_connac.h | 386 void mt76_connac_gen_ppe_thresh(u8 *he_ppet, int nss);
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | core.h | 603 struct ath12k_wmi_ppe_threshold_arg he_ppet; member
|
H A D | wmi.c | 558 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet2g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext() 559 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet2g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext() 562 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext() 579 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext() 580 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext() 583 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext() 597 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1); in ath12k_pull_mac_phy_cap_svc_ready_ext() 598 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info); in ath12k_pull_mac_phy_cap_svc_ready_ext() 601 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_pull_mac_phy_cap_svc_ready_ext()
|
H A D | mac.c | 4310 u8 *he_ppet) in ath12k_gen_ppe_thresh() argument 4315 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath12k_gen_ppe_thresh() 4316 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath12k_gen_ppe_thresh() 4330 he_ppet[bit / 8] |= in ath12k_gen_ppe_thresh() 4489 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres); in ath12k_mac_copy_he_cap()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.h | 770 struct ath11k_ppe_threshold he_ppet; member
|
H A D | mac.c | 5645 u8 *he_ppet) in ath11k_gen_ppe_thresh() argument 5650 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK; in ath11k_gen_ppe_thresh() 5651 he_ppet[0] |= (fw_ppet->ru_bit_mask << in ath11k_gen_ppe_thresh() 5665 he_ppet[bit / 8] |= in ath11k_gen_ppe_thresh() 5872 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()
|
H A D | wmi.c | 490 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g, in ath11k_pull_mac_phy_cap_svc_ready_ext() 504 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext() 515 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g, in ath11k_pull_mac_phy_cap_svc_ready_ext()
|