Home
last modified time | relevance | path

Searched full:aggregator (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/dev/ice/
H A Dice_sched.c831 * 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 Dice_sched.h96 /* save aggregator VSI TC bitmap */
106 /* bw_t_info saves aggregator BW information */
108 /* save aggregator TC bitmap */
H A Dice_type.h731 * 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 Dti,sci-inta.txt1 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 Dti,sci-inta.yaml7 title: Texas Instruments K3 Interrupt Aggregator
16 The Interrupt Aggregator (INTA) provides a centralized machine
21 Interrupt Aggregator
H A Dmarvell,sei.txt5 aggregator. It receives interrupts from several sources and aggregates
/freebsd/sys/net/
H A Dieee8023ad_lacp.c695 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 Dieee8023ad_lacp.h315 /* This port is joined to the active aggregator */ in lacp_isactive()
H A Dif_lagg.c2698 * If the port is not collecting or not in the active aggregator then in lagg_lacp_input()
/freebsd/crypto/openssl/test/
H A Drun_tests.pl226 # 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 Dzpool_influxdb.852 metrics collector or aggregator, such as Telegraf.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h59 // For multi-threaded usage, we can collect stuff in another aggregator,
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom,coresight-tpda.yaml8 title: Trace, Profiling and Diagnostics Aggregator - TPDA
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h986 /// 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 DAcpi51.h941 /// 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 DAcpi60.h956 /// 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 DRSTP-MIB.txt215 point-to-point link if it is an Aggregator and all of its
H A DBEGEMOT-BRIDGE-MIB.txt775 point-to-point link if it is an Aggregator and all of its
/freebsd/sys/contrib/dev/acpica/common/
H A Dahids.c182 {"ACPI000C", "Processor Aggregator Device"},
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1612 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 DDataFlowSanitizer.cpp1009 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 Dutosi.c241 {"Processor Aggregator Device", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0}
/freebsd/contrib/tcpdump/
H A Dprint-juniper.c315 { JUNIPER_IFLE_AGGREGATOR, "Aggregator" },
/freebsd/libexec/rc/
H A Drc.conf563 stf_interface_ipv6_slaid="0000" # IPv6 Site Level Aggregator for stf0
/freebsd/share/man/man5/
H A Drc.conf.53213 IPv6 Site Level Aggregator for

12