Lines Matching full:bonding
27 #include <net/bonding.h>
29 #define to_bond(cd) ((struct bonding *)(netdev_priv(to_net_dev(cd))))
40 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()
196 /* Show the bonding mode. */
200 struct bonding *bond = to_bond(d); in bonding_show_mode()
209 /* Show the bonding transmit hash method. */
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()
289 struct bonding *bond = to_bond(d); in bonding_show_arp_targets()
310 struct bonding *bond = to_bond(d); in bonding_show_missed_max()
322 struct bonding *bond = to_bond(d); in bonding_show_downdelay()
333 struct bonding *bond = to_bond(d); in bonding_show_updelay()
345 struct bonding *bond = to_bond(d); in bonding_show_peer_notif_delay()
358 struct bonding *bond = to_bond(d); in bonding_show_lacp_active()
372 struct bonding *bond = to_bond(d); in bonding_show_lacp_rate()
386 struct bonding *bond = to_bond(d); in bonding_show_min_links()
397 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
412 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
426 struct bonding *bond = to_bond(d); in bonding_show_miimon()
438 struct bonding *bond = to_bond(d); in bonding_show_primary()
458 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
475 struct bonding *bond = to_bond(d); in bonding_show_carrier()
488 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
508 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
521 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
542 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
563 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
584 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
605 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
623 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
658 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
670 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
682 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
693 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
704 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
716 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
730 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
745 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
798 .name = "bonding",
815 * create the bonding_masters sysfs file. Bonding devices in bond_create_sysfs()
818 * will have the usual "bonding" sysfs directory. in bond_create_sysfs()
821 * initscripts/sysconfig, which load bonding multiple times to in bond_create_sysfs()
822 * configure multiple bonding devices. in bond_create_sysfs()
846 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()