/freebsd/sys/dev/ice/ |
H A D | ice_sched.c | 831 * ice_sched_clear_agg - clears the aggregator related information 834 * This function removes aggregator list and free up aggregator related memory 1225 * ice_sched_get_agg_layer - get the current aggregator layer number 1228 * This function returns the current aggregator layer number in ice_sched_get_agg_layer() 1232 /* Num Layers aggregator layer in ice_sched_get_agg_layer() 1236 /* calculate the aggregator layer based on number of layers. */ in ice_sched_get_agg_layer() 1686 * ice_sched_get_agg_node - Get an aggregator node based on aggregator ID 1689 * @agg_id: aggregator I [all...] |
H A D | ice_sched.h | 96 /* save aggregator VSI TC bitmap */ 106 /* bw_t_info saves aggregator BW information */ 108 /* save aggregator TC bitmap */
|
H A D | ice_type.h | 731 * to driver defined policy for default aggregator 741 u32 agg_id; /* aggregator group ID */ 771 /* The aggregator type determines if identifier is for a VSI group, 772 * aggregator group, aggregator of queues, or queue group. 777 ICE_AGG_TYPE_AGG, /* aggregator */ 871 /* VSI type list entry to locate corresponding VSI/aggregator nodes */ 1105 struct LIST_HEAD_TYPE agg_list; /* lists all aggregator */
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ti,sci-inta.txt | 1 Texas Instruments K3 Interrupt Aggregator 4 The Interrupt Aggregator (INTA) provides a centralized machine 10 Interrupt Aggregator 38 TISCI Interrupt Aggregator Node: 46 - ti,sci-dev-id: TISCI device ID of the Interrupt Aggregator.
|
H A D | ti,sci-inta.yaml | 7 title: Texas Instruments K3 Interrupt Aggregator 16 The Interrupt Aggregator (INTA) provides a centralized machine 21 Interrupt Aggregator
|
H A D | marvell,sei.txt | 5 aggregator. It receives interrupts from several sources and aggregates
|
/freebsd/sys/net/ |
H A D | ieee8023ad_lacp.c | 695 KASSERT(!TAILQ_EMPTY(&la->la_ports), ("no aggregator ports")); in lacp_disable_distributing() 697 KASSERT(la->la_refcnt >= la->la_nports, ("aggregator refcnt invalid")); in lacp_disable_distributing() 699 LACP_DPRINTF((lp, "disable distributing on aggregator %s, " in lacp_disable_distributing() 711 /* regenerate the port map, the active aggregator has changed */ in lacp_disable_distributing() 734 LACP_DPRINTF((lp, "enable distributing on aggregator %s, " in lacp_enable_distributing() 739 KASSERT(la->la_refcnt > la->la_nports, ("aggregator refcnt invalid")); in lacp_enable_distributing() 750 /* try to become the active aggregator */ in lacp_enable_distributing() 804 ("aggregator still attached")); in lacp_detach() 852 LACP_DPRINTF((NULL, "%s: no active aggregator\n", __func__)); in lacp_select_tx_port_by_hash() 973 * lacp_select_active_aggregator: select an aggregator to be used to transmit [all …]
|
H A D | ieee8023ad_lacp.h | 315 /* This port is joined to the active aggregator */ in lacp_isactive()
|
H A D | if_lagg.c | 2698 * If the port is not collecting or not in the active aggregator then in lagg_lacp_input()
|
/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 226 # We know we are a TAP::Parser::Aggregator object 313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) { 319 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of 322 if (ref($ret) eq "TAP::Parser::Aggregator") { 337 # If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness,
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool_influxdb.8 | 52 metrics collector or aggregator, such as Telegraf.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | OutputAggregator.h | 59 // For multi-threaded usage, we can collect stuff in another aggregator,
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom,coresight-tpda.yaml | 8 title: Trace, Profiling and Diagnostics Aggregator - TPDA
|
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi50.h | 986 /// Common Memory Aggregator Device Structure. 997 /// Memory Aggregator Device Type 1004 /// Socket Memory Aggregator Device Structure. 1014 /// MemoryController Memory Aggregator Device Structure. 1031 /// DIMM Memory Aggregator Device Structure.
|
H A D | Acpi51.h | 941 /// Common Memory Aggregator Device Structure. 952 /// Memory Aggregator Device Type 959 /// Socket Memory Aggregator Device Structure. 969 /// MemoryController Memory Aggregator Device Structure. 986 /// DIMM Memory Aggregator Device Structure.
|
H A D | Acpi60.h | 956 /// Common Memory Aggregator Device Structure. 967 /// Memory Aggregator Device Type 974 /// Socket Memory Aggregator Device Structure. 984 /// MemoryController Memory Aggregator Device Structure. 1001 /// DIMM Memory Aggregator Device Structure.
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | RSTP-MIB.txt | 215 point-to-point link if it is an Aggregator and all of its
|
H A D | BEGEMOT-BRIDGE-MIB.txt | 775 point-to-point link if it is an Aggregator and all of its
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahids.c | 182 {"ACPI000C", "Processor Aggregator Device"},
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1612 Value *Aggregator = FalseVal; in collapseStructShadow() local 1619 if (Aggregator != FalseVal) in collapseStructShadow() 1620 Aggregator = IRB.CreateOr(Aggregator, ShadowBool); in collapseStructShadow() 1622 Aggregator = ShadowBool; in collapseStructShadow() 1625 return Aggregator; in collapseStructShadow() 1635 Value *Aggregator = convertShadowToScalar(FirstItem, IRB); in collapseArrayShadow() local 1640 Aggregator = IRB.CreateOr(Aggregator, ShadowInner); in collapseArrayShadow() 1642 return Aggregator; in collapseArrayShadow()
|
H A D | DataFlowSanitizer.cpp | 1009 Value *Aggregator = collapseToPrimitiveShadow(FirstItem, IRB); in collapseAggregateShadow() local 1014 Aggregator = IRB.CreateOr(Aggregator, ShadowInner); in collapseAggregateShadow() 1016 return Aggregator; in collapseAggregateShadow()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utosi.c | 241 {"Processor Aggregator Device", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0}
|
/freebsd/contrib/tcpdump/ |
H A D | print-juniper.c | 315 { JUNIPER_IFLE_AGGREGATOR, "Aggregator" },
|
/freebsd/libexec/rc/ |
H A D | rc.conf | 563 stf_interface_ipv6_slaid="0000" # IPv6 Site Level Aggregator for stf0
|
/freebsd/share/man/man5/ |
H A D | rc.conf.5 | 3213 IPv6 Site Level Aggregator for
|