Home
last modified time | relevance | path

Searched refs:bonding (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/drivers/net/bonding/
H A Dbond_options.c20 static int bond_option_active_slave_set(struct bonding *bond,
22 static int bond_option_miimon_set(struct bonding *bond,
24 static int bond_option_updelay_set(struct bonding *bond,
26 static int bond_option_downdelay_set(struct bonding *bond,
44 static int bond_option_prio_set(struct bonding *bond,
46 static int bond_option_primary_set(struct bonding *bond,
64 static int bond_option_pps_set(struct bonding *bond,
74 static int bond_option_mode_set(struct bonding *bond,
76 static int bond_option_slaves_set(struct bonding *bond,
763 int __bond_opt_set(struct bonding *bond, in __bond_opt_set()
[all …]
H A Dbond_sysfs.c40 struct bonding *bond; in bonding_show_bonds()
64 struct bonding *bond; in bond_get_by_name()
145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
168 struct bonding *bond = to_bond(d); in bonding_show_slaves()
200 struct bonding *bond = to_bond(d); in bonding_show_mode()
214 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash()
229 struct bonding *bond = to_bond(d); in bonding_show_arp_validate()
245 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets()
261 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac()
277 struct bonding *bond = to_bond(d); in bonding_show_arp_interval()
[all …]
H A Dbond_debugfs.c20 struct bonding *bond = m->private; in bond_debug_rlb_hash_show()
50 void bond_debug_register(struct bonding *bond) in bond_debug_register()
59 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister()
64 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
90 void bond_debug_register(struct bonding *bond) in bond_debug_register()
94 void bond_debug_unregister(struct bonding *bond) in bond_debug_unregister()
98 void bond_debug_reregister(struct bonding *bond) in bond_debug_reregister()
H A Dbond_alb.c125 static int tlb_initialize(struct bonding *bond) in tlb_initialize()
149 static void tlb_deinitialize(struct bonding *bond) in tlb_deinitialize()
554 struct bonding *bond, in rlb_choose_channel()
712 static void rlb_rebalance(struct bonding *bond) in rlb_rebalance()
855 static int rlb_initialize(struct bonding *bond) in rlb_initialize()
953 struct bonding *bond;
965 struct bonding *bond = data->bond; in alb_upper_dev_walk()
1412 struct bonding *bond = netdev_priv(bond_dev); in bond_tlb_xmit()
1526 struct bonding *bond = netdev_priv(bond_dev); in bond_alb_xmit()
1535 struct bonding *bond = container_of(work, struct bonding, in bond_alb_monitor()
[all …]
H A Dbond_main.c433 struct bonding *bond; in bond_ipsec_dev()
466 struct bonding *bond; in bond_ipsec_add_sa()
562 struct bonding *bond; in bond_ipsec_del_sa()
641 struct bonding *bond; in bond_ipsec_free_sa()
959 struct bonding *bond = container_of(work, struct bonding, in bond_resend_igmp_join_requests_delayed()
1668 struct bonding *bond; in bond_handle_frame()
2946 struct bonding *bond = container_of(work, struct bonding, in bond_mii_monitor()
3958 struct bonding *bond = container_of(work, struct bonding, in bond_arp_monitor()
4010 struct bonding *bond; in bond_slave_netdev_event()
5135 struct bonding *bond = container_of(work, struct bonding, in bond_slave_arr_handler()
[all …]
H A DMakefile6 obj-$(CONFIG_BONDING) += bonding.o
8 bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_sysfs_slave.o bond_debugfs.o bo…
11 bonding-objs += $(proc-y)
H A Dbond_procfs.c14 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_start()
33 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_seq_next()
60 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_master()
193 struct bonding *bond = pde_data(file_inode(seq->file)); in bond_info_show_slave()
283 void bond_create_proc_entry(struct bonding *bond) in bond_create_proc_entry()
299 void bond_remove_proc_entry(struct bonding *bond) in bond_remove_proc_entry()
H A Dbond_3ad.c145 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg()
259 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode()
273 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer()
827 struct bonding *bond = aggregator->slave->bond; in __get_active_agg()
1509 struct bonding *bond; in ad_port_selection_logic()
1788 struct bonding *bond = agg->slave->bond; in ad_agg_selection_logic()
2154 void bond_3ad_initialize(struct bonding *bond) in bond_3ad_initialize()
2234 struct bonding *bond = slave->bond; in bond_3ad_unbind_slave()
2454 struct bonding *bond = container_of(work, struct bonding, in bond_3ad_state_machine_handler()
2544 struct bonding *bond = slave->bond; in bond_3ad_rx_indication()
[all …]
H A Dbond_netlink.c151 struct bonding *bond = netdev_priv(bond_dev); in bond_slave_changelink()
189 struct bonding *bond = netdev_priv(bond_dev); in bond_changelink()
581 struct bonding *bond = netdev_priv(bond_dev); in bond_newlink()
636 static int bond_option_active_slave_get_ifindex(struct bonding *bond) in bond_option_active_slave_get_ifindex()
651 struct bonding *bond = netdev_priv(bond_dev); in bond_fill_info()
866 struct bonding *bond; in bond_fill_linkxstats()
913 .priv_size = sizeof(struct bonding),
/linux-6.15/include/net/
H A Dbonding.h159 struct bonding *bond; /* our master */
216 struct bonding { struct
681 void bond_prepare_sysfs_group(struct bonding *bond);
689 int bond_set_carrier(struct bonding *bond);
690 void bond_select_active_slave(struct bonding *bond);
694 void bond_debug_register(struct bonding *bond);
695 void bond_debug_unregister(struct bonding *bond);
696 void bond_debug_reregister(struct bonding *bond);
710 void bond_work_init_all(struct bonding *bond);
713 void bond_create_proc_entry(struct bonding *bond);
[all …]
H A Dbond_alb.h11 struct bonding;
153 int bond_alb_initialize(struct bonding *bond, int rlb_enabled);
154 void bond_alb_deinitialize(struct bonding *bond);
155 int bond_alb_init_slave(struct bonding *bond, struct slave *slave);
156 void bond_alb_deinit_slave(struct bonding *bond, struct slave *slave);
157 void bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link);
158 void bond_alb_handle_active_change(struct bonding *bond, struct slave *new_slave);
161 struct slave *bond_xmit_alb_slave_get(struct bonding *bond,
163 struct slave *bond_xmit_tlb_slave_get(struct bonding *bond,
167 void bond_alb_clear_vlan(struct bonding *bond, unsigned short vlan_id);
H A Dbond_options.h102 struct bonding;
119 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
122 int __bond_opt_set(struct bonding *bond, unsigned int option,
125 int __bond_opt_set_notify(struct bonding *bond, unsigned int option,
127 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf);
160 void bond_option_arp_ip_targets_clear(struct bonding *bond);
162 void bond_option_ns_ip6_targets_clear(struct bonding *bond);
164 void bond_slave_ns_maddrs_add(struct bonding *bond, struct slave *slave);
165 void bond_slave_ns_maddrs_del(struct bonding *bond, struct slave *slave);
H A Dbond_3ad.h158 struct bonding;
296 void bond_3ad_initialize(struct bonding *bond);
300 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout);
303 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info);
304 int __bond_3ad_get_active_agg_info(struct bonding *bond,
306 int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond,
308 int bond_3ad_set_carrier(struct bonding *bond);
309 void bond_3ad_update_lacp_rate(struct bonding *bond);
310 void bond_3ad_update_ad_actor_settings(struct bonding *bond);
/linux-6.15/Documentation/networking/
H A Dbonding.rst395 bonding.
1149 of bonding.
1341 alias bond0 bonding
1427 # rmmod bonding
1463 alias bond0 bonding
1626 modprobe bonding
1859 bonding configuration, state, and version of the bonding driver.
1937 tagged internally by bonding itself. As a result, bonding must
2213 The bonding driver handles promiscuous mode changes to the bonding
2698 bonding on specific hardware platforms, or for interfacing bonding
[all …]
H A Dindex.rst49 bonding
/linux-6.15/Documentation/devicetree/bindings/media/
H A Drenesas,drif.yaml32 phandles using a property called "renesas,bonding". For the rest of
47 "renesas,bonding" or "renesas,primary-bond" will have no effect. That
85 renesas,bonding:
128 - renesas,bonding
186 renesas,bonding = <&drif01>;
208 renesas,bonding = <&drif00>;
244 renesas,bonding = <&drif11>;
258 renesas,bonding = <&drif10>;
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192c.c342 u32 val32, bonding, sys_cfg, vendor; in rtl8192cu_identify_chip() local
354 bonding = rtl8xxxu_read32(priv, REG_HPON_FSM); in rtl8192cu_identify_chip()
355 bonding &= HPON_FSM_BONDING_MASK; in rtl8192cu_identify_chip()
356 if (bonding == HPON_FSM_BONDING_1T2R) { in rtl8192cu_identify_chip()
H A D8192e.c468 u32 val32, bonding, sys_cfg, vendor; in rtl8192eu_identify_chip() local
479 bonding = rtl8xxxu_read32(priv, REG_HPON_FSM); in rtl8192eu_identify_chip()
480 bonding &= HPON_FSM_BONDING_MASK; in rtl8192eu_identify_chip()
481 if (bonding == HPON_FSM_BONDING_1T2R) { in rtl8192eu_identify_chip()
/linux-6.15/tools/testing/selftests/drivers/net/team/
H A DMakefile7 ../bonding/lag_lib.sh \
H A Ddev_addr_lists.sh16 source "$lib_dir"/../bonding/lag_lib.sh
/linux-6.15/drivers/iio/buffer/
H A DKconfig26 Provides a bonding of the generic IIO DMA buffer infrastructure with the
36 Provides a way to bonding when an IIO device has a direct connection
/linux-6.15/Documentation/gpu/rfc/
H A Di915_scheduler.rst91 The existing bonding uAPI is completely broken with GuC submission because
97 bonding uAPI does. Hence the need for a new parallel submission interface. Also
98 the legacy bonding uAPI is quite confusing and not intuitive at all. Furthermore
/linux-6.15/drivers/net/
H A DMakefile9 obj-$(CONFIG_BONDING) += bonding/
/linux-6.15/arch/arm64/boot/dts/renesas/
H A Dr8a77990.dtsi1375 renesas,bonding = <&drif01>;
1390 renesas,bonding = <&drif00>;
1405 renesas,bonding = <&drif11>;
1420 renesas,bonding = <&drif10>;
1435 renesas,bonding = <&drif21>;
1450 renesas,bonding = <&drif20>;
1465 renesas,bonding = <&drif31>;
1480 renesas,bonding = <&drif30>;
/linux-6.15/tools/testing/selftests/
H A DMakefile24 TARGETS += drivers/net/bonding

12