Home
last modified time | relevance | path

Searched refs:aggregator (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_3ad.c100 static void ad_agg_selection_logic(struct aggregator *aggregator,
102 static void ad_clear_agg(struct aggregator *aggregator);
103 static void ad_initialize_agg(struct aggregator *aggregator);
140 static inline struct aggregator *__get_first_agg(struct port *port) in __get_first_agg()
144 struct aggregator *agg; in __get_first_agg()
152 agg = first_slave ? &(SLAVE_AD_INFO(first_slave)->aggregator) : NULL; in __get_first_agg()
165 static inline int __agg_has_partner(struct aggregator *agg) in __agg_has_partner()
628 static int __agg_ports_are_ready(struct aggregator *aggregator) in __agg_ports_are_ready() argument
633 if (aggregator) { in __agg_ports_are_ready()
637 for (port = aggregator->lag_ports; in __agg_ports_are_ready()
[all …]
H A Dbond_sysfs_slave.c68 const struct aggregator *agg; in ad_aggregator_id_show()
71 agg = SLAVE_AD_INFO(slave)->port.aggregator; in ad_aggregator_id_show()
87 if (ad_port->aggregator) in ad_actor_oper_port_state_show()
102 if (ad_port->aggregator) in ad_partner_oper_port_state_show()
H A Dbond_procfs.c195 const struct aggregator *agg = port->aggregator; in bond_info_show_slave()
H A Dbond_netlink.c56 const struct aggregator *agg; in bond_fill_slave_info()
60 agg = SLAVE_AD_INFO(slave)->port.aggregator; in bond_fill_slave_info()
H A Dbond_main.c1275 struct aggregator *agg = in bond_poll_controller()
1276 SLAVE_AD_INFO(slave)->port.aggregator; in bond_poll_controller()
4508 struct aggregator *agg; in bond_update_slave_arr()
4510 agg = SLAVE_AD_INFO(slave)->port.aggregator; in bond_update_slave_arr()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst28 /sys/bus/platform/drivers/gpio-aggregator/
51 Example: Instantiate a new GPIO aggregator by aggregating GPIO
65 controller, assumed to be "gpio-aggregator.0":
69 $ echo gpio-aggregator.0 > delete_device
81 gpio-aggregator driver, or by writing to the "driver_override" file in Sysfs.
101 $ echo gpio-aggregator > /sys/bus/platform/devices/door/driver_override
102 $ echo door > /sys/bus/platform/drivers/gpio-aggregator/bind
H A Dindex.rst10 gpio-aggregator
/OK3568_Linux_fs/kernel/include/net/
H A Dbond_3ad.h178 typedef struct aggregator { struct
240 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ member
268 struct aggregator aggregator; /* 802.3ad aggregator structure */ member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c248 enum psi_aggregators aggregator, u32 *times, in get_recent_times() argument
283 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times()
284 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times()
313 enum psi_aggregators aggregator, in collect_percpu_times() argument
335 get_recent_times(group, cpu, aggregator, times, in collect_percpu_times()
360 group->total[aggregator][s] += in collect_percpu_times()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-harness-perl_3.44.bb58 libtap-parser-aggregator-perl \
95 rm -rf ${B}/t/aggregator.t
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,sei.txt5 aggregator. It receives interrupts from several sources and aggregates
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A DKconfig502 This enables the irqchip driver support for K3 Interrupt aggregator
504 If you wish to use interrupt aggregator irq resources managed by the
/OK3568_Linux_fs/kernel/drivers/gpio/
H A DMakefile29 obj-$(CONFIG_GPIO_AGGREGATOR) += gpio-aggregator.o
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbonding.rst216 The active aggregator is chosen by largest aggregate
219 Reselection of the active aggregator occurs only when all
220 slaves of the active aggregator are down or the active
221 aggregator has no slaves.
227 The active aggregator is chosen by largest aggregate
240 The active aggregator is chosen by the largest number of
245 802.3ad aggregations when partial failure of the active aggregator
246 occurs. This keeps the aggregator with the highest availability
549 802.3ad mode) whenever there is an active aggregator, regardless of the
550 number of available links in that aggregator. Note that, because an
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dacpi_object_usage.rst617 Devices (see Section 8.4.3.1, _HID ACPI0010); do not use processor aggregator
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt1743 RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-base"
1744 RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-benchmark"
1745 RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-strict"
1746 RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-warnings"
2164 RDEPENDS:perl-module-test-harness += "perl-module-tap-parser-aggregator"
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS7503 F: Documentation/admin-guide/gpio/gpio-aggregator.rst
7504 F: drivers/gpio/gpio-aggregator.c