| /freebsd/sys/powerpc/ps3/ |
| H A D | ps3pic.c | 117 uint64_t ppe; in ps3pic_attach() local 129 lv1_get_logical_ppe_id(&ppe); in ps3pic_attach() 131 lv1_configure_irq_state_bitmap(ppe, thread, in ps3pic_attach() 137 lv1_configure_irq_state_bitmap(ppe, !thread, in ps3pic_attach() 142 lv1_connect_irq_plug_ext(ppe, thread, sc->sc_ipi_virq, in ps3pic_attach() 145 lv1_connect_irq_plug_ext(ppe, !thread, sc->sc_ipi_virq, in ps3pic_attach() 195 uint64_t ppe; in ps3pic_eoi() local 198 lv1_get_logical_ppe_id(&ppe); in ps3pic_eoi() 201 lv1_end_of_interrupt_ext(ppe, thread, irq); in ps3pic_eoi() 217 uint64_t ppe; in ps3pic_mask() local [all …]
|
| H A D | ps3bus.c | 180 uint64_t ppe, junk; in ps3bus_resources_init() local 186 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init() 202 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init() 210 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init() 262 uint64_t ppe, junk; in ps3bus_resources_init_by_type() local 268 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init_by_type() 285 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init_by_type()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-hip04-net.txt | 10 phandle, specifies a reference to the syscon ppe node 50 ppe: ppe@28c0000 { 51 compatible = "hisilicon,hip04-ppe", "syscon"; 60 port-handle = <&ppe 31 0 31>; 68 port-handle = <&ppe 0 1 0>; 77 port-handle = <&ppe 8 2 8>;
|
| H A D | hisilicon-hns-dsaf.txt | 20 The third region is the PPE register base and size. 23 - reg-names: may be ppe-base and(or) dsaf-base. It is used to find the 64 reg-names = "ppe-base", "dsaf-base";
|
| H A D | mediatek-net.txt | 32 These are "fe", "gmac" and "ppe"
|
| H A D | mediatek,net.yaml | 55 - const: ppe
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | sta.c | 123 static u8 iwl_mld_he_get_ppe_val(u8 *ppe, u8 ppe_pos_bit) in iwl_mld_he_get_ppe_val() argument 131 return (ppe[byte_num] >> bit_num) & in iwl_mld_he_get_ppe_val() 141 res = (ppe[byte_num + 1] & in iwl_mld_he_get_ppe_val() 144 res += (ppe[byte_num] >> bit_num) & (BIT(residue_bits) - 1); in iwl_mld_he_get_ppe_val() 151 u8 ru_index_bitmap, u8 *ppe, u8 ppe_pos_bit, in iwl_mld_parse_ppe() argument 174 /* According to the 11be spec, if for a specific BW the PPE Thresholds in iwl_mld_parse_ppe() 176 * BW for which we had PPE Thresholds. In 11ax though, we don't have in iwl_mld_parse_ppe() 186 high_th = iwl_mld_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mld_parse_ppe() 188 low_th = iwl_mld_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mld_parse_ppe() 205 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mld_set_pkt_ext_from_he_ppe() local [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac.h | 419 * enum iwl_he_pkt_ext_constellations - PPE constellation indices 446 * The required PPE is set via HE Capabilities IE, per Nss x BW x MCS 453 * QAM_tx < QAM_th1 --> PPE=0us 454 * QAM_th1 <= QAM_tx < QAM_th2 --> PPE=8us 455 * QAM_th2 <= QAM_tx --> PPE=16us 458 * For rates below the low_th, no need for PPE 459 * For rates between low_th and high_th, need 8us PPE 460 * For rates equal or higher then the high_th, need 16us PPE 470 * The required PPE is set via HE Capabilities IE, per Nss x BW x MCS 477 * QAM_tx < QAM_th1 --> PPE=0us [all …]
|
| H A D | mac-cfg.h | 674 * @pkt_ext: optional, exists according to PPE-present bit in the HE/EHT-PHY 730 * @pkt_ext: optional, exists according to PPE-present bit in the HE/EHT-PHY
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 78 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, in isPreprocessedEntityIfInFileID() argument 81 if (!PPE) in isPreprocessedEntityIfInFileID() 84 SourceLocation Loc = PPE->getSourceRange().getBegin(); in isPreprocessedEntityIfInFileID() 110 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex]) in isEntityInFileID() local 111 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr); in isEntityInFileID() 202 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc() 203 SourceRange Range = PPE->getSourceRange(); in getLoc()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | nvidia,tegra-vde.txt | 15 - ppe 53 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
|
| H A D | nvidia,tegra-vde.yaml | 36 - const: ppe 106 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | rx_desc.h | 214 * as PPE may not support such packets. 220 * Global enable/disable bit for routing to PPE, used to disable 221 * PPE routing even if RXOLE CCE or flow search indicate 'Use_PPE' 224 * uffer management for WiFi-to-PPE routing. 227 * by a different subsystem, completely disabling WiFi-to-PPE 550 * Opaque service code between PPE and Wi-Fi 551 * This field gets passed on by REO to PPE in the EDMA descriptor 555 * This field gets passed on by REO to PPE in the EDMA descriptor 561 * This field gets passed on by REO to PPE in the EDMA descriptor 1014 * Opaque service code between PPE and Wi-Fi [all …]
|
| H A D | hw.c | 643 /* PPE release ring address */ 723 /* PPE release ring address */ 799 /* PPE release ring address */
|
| H A D | core.h | 161 /* 802.11ax PPE (PPDU packet Extension) threshold */
|
| H A D | hal_desc.h | 645 * This field gets passed on by REO to PPE in the EDMA descriptor. 786 * Opaque service code between PPE and Wi-Fi 933 * Consumer: PPE
|
| H A D | hal.h | 122 /* WBM PPE Release Ring address */
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 2242 static u8 iwl_mvm_he_get_ppe_val(u8 *ppe, u8 ppe_pos_bit) in iwl_mvm_he_get_ppe_val() argument 2250 return (ppe[byte_num] >> bit_num) & in iwl_mvm_he_get_ppe_val() 2261 res = (ppe[byte_num + 1] & in iwl_mvm_he_get_ppe_val() 2264 res += (ppe[byte_num] >> bit_num) & (BIT(residue_bits) - 1); in iwl_mvm_he_get_ppe_val() 2271 u8 ru_index_bitmap, u8 *ppe, u8 ppe_pos_bit, in iwl_mvm_parse_ppe() argument 2299 * According to the 11be spec, if for a specific BW the PPE Thresholds in iwl_mvm_parse_ppe() 2301 * BW for which we had PPE Thresholds. In 11ax though, we don't have in iwl_mvm_parse_ppe() 2311 high_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_parse_ppe() 2313 low_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_parse_ppe() 2330 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_pkt_ext_from_he_ppe() local [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | syscon.yaml | 71 - hisilicon,hip04-ppe 168 - hisilicon,hip04-ppe
|
| /freebsd/usr.sbin/ppp/ |
| H A D | ccp.h | 40 #define TY_MPPE 18 /* Microsoft PPE */
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_11_defs.h | 2364 * and optional variable length PPE Thresholds field. */ 2464 /* HE PPE Threshold define */ 2671 * Figure 9-1002ak: EHT PPE Thresholds field format 2672 * Maximum PPE threshold length: 62 octets 2678 /* 9.4.2.313.5: EHT PPE Thresholds field */ 2695 /* Supported EHT-MCS And NSS Set and EHT PPE thresholds (Optional) */
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 694 * Set default PPE thresholds, with PPET16 set to 0, 751 * PPE thresholds for NSS = 2, and RU index bitmap set 808 * Set default PPE thresholds, with PPET16 set to 0, 849 * PPE thresholds for NSS = 2, and RU index bitmap set
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11_he.c | 44 /* PPE Pad to count the number of needed full octets */ in ieee80211_he_ppet_size()
|
| /freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
| H A D | mt2701.dtsi | 742 reset-names = "fe", "gmac", "ppe";
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 238 /* 802.11ax PPE (PPDU packet Extension) threshold */
|