Lines Matching full:bonding
27 #include <net/bonding.h>
29 #define to_bond(cd) ((struct bonding *)(netdev_priv(to_net_dev(cd))))
41 struct bonding *bond; in bonding_show_bonds()
64 struct bonding *bond; in bond_get_by_name()
140 /* Generic "store" method for bonding sysfs option setting */
145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
168 struct bonding *bond = to_bond(d); in bonding_show_slaves()
197 /* Show the bonding mode. */
201 struct bonding *bond = to_bond(d); in bonding_show_mode()
210 /* Show the bonding transmit hash method. */
215 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash()
230 struct bonding *bond = to_bond(d); in bonding_show_arp_validate()
246 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets()
262 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac()
278 struct bonding *bond = to_bond(d); in bonding_show_arp_interval()
290 struct bonding *bond = to_bond(d); in bonding_show_arp_targets()
311 struct bonding *bond = to_bond(d); in bonding_show_downdelay()
322 struct bonding *bond = to_bond(d); in bonding_show_updelay()
334 struct bonding *bond = to_bond(d); in bonding_show_peer_notif_delay()
347 struct bonding *bond = to_bond(d); in bonding_show_lacp()
361 struct bonding *bond = to_bond(d); in bonding_show_min_links()
372 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
387 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
400 struct bonding *bond = to_bond(d); in bonding_show_miimon()
412 struct bonding *bond = to_bond(d); in bonding_show_primary()
432 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
449 struct bonding *bond = to_bond(d); in bonding_show_carrier()
462 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
482 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
495 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
515 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
535 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
555 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
575 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
592 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
627 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
639 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
651 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
662 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
672 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
684 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
698 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
713 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
764 .name = "bonding",
781 * create the bonding_masters sysfs file. Bonding devices in bond_create_sysfs()
784 * will have the usual "bonding" sysfs directory. in bond_create_sysfs()
787 * initscripts/sysconfig, which load bonding multiple times to in bond_create_sysfs()
788 * configure multiple bonding devices. in bond_create_sysfs()
812 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()