Searched refs:he_ppet (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c12 void mt76_connac_gen_ppe_thresh(u8 *he_ppet, int nss) argument
17 he_ppet[0] = FIELD_PREP(IEEE80211_PPE_THRES_NSS_MASK, nss - 1) |
26 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3];
28 he_ppet[i + 1] = ppet16_ppet8_ru3_ru0[i % 3] &
H A Dmt76_connac.h402 void mt76_connac_gen_ppe_thresh(u8 *he_ppet, int nss);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.h617 struct ath12k_wmi_ppe_threshold_arg he_ppet; member in struct:ath12k_band_cap
H A Dwmi.c551 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet2g.numss_m1);
552 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet2g.ru_info);
555 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] =
572 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1);
573 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info);
576 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] =
590 cap_band->he_ppet.numss_m1 = le32_to_cpu(mac_caps->he_ppet5g.numss_m1);
591 cap_band->he_ppet.ru_bit_mask = le32_to_cpu(mac_caps->he_ppet5g.ru_info);
594 cap_band->he_ppet.ppet16_ppet8_ru3_ru0[i] =
H A Dmac.c4572 u8 *he_ppet)
4577 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK;
4578 he_ppet[0] |= (fw_ppet->ru_bit_mask <<
4592 he_ppet[bit / 8] |=
4751 ath12k_gen_ppe_thresh(&band_cap->he_ppet, he_cap->ppe_thres);
4571 ath12k_gen_ppe_thresh(struct ath12k_wmi_ppe_threshold_arg *fw_ppet, u8 *he_ppet) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.h788 struct ath11k_ppe_threshold he_ppet; member in struct:ath11k_band_cap
H A Dmac.c5437 u8 *he_ppet)
5442 he_ppet[0] = fw_ppet->numss_m1 & IEEE80211_PPE_THRES_NSS_MASK;
5443 he_ppet[0] |= (fw_ppet->ru_bit_mask <<
5457 he_ppet[bit / 8] |=
5664 ath11k_gen_ppe_thresh(&band_cap->he_ppet,
5436 ath11k_gen_ppe_thresh(struct ath11k_ppe_threshold *fw_ppet, u8 *he_ppet) argument
H A Dwmi.c448 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet2g,
462 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g,
473 memcpy(&cap_band->he_ppet, &mac_phy_caps->he_ppet5g,

Completed in 343 milliseconds