Lines Matching refs:bonding
46 #define to_bond(cd) ((struct bonding *)(netdev_priv(to_net_dev(cd))))
58 struct bonding *bond; in bonding_show_bonds()
81 struct bonding *bond; in bond_get_by_name()
162 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
180 struct bonding *bond = to_bond(d); in bonding_show_slaves()
213 struct bonding *bond = to_bond(d); in bonding_show_mode()
228 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash()
243 struct bonding *bond = to_bond(d); in bonding_show_arp_validate()
259 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets()
275 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac()
291 struct bonding *bond = to_bond(d); in bonding_show_arp_interval()
303 struct bonding *bond = to_bond(d); in bonding_show_arp_targets()
324 struct bonding *bond = to_bond(d); in bonding_show_downdelay()
335 struct bonding *bond = to_bond(d); in bonding_show_updelay()
348 struct bonding *bond = to_bond(d); in bonding_show_lacp()
362 struct bonding *bond = to_bond(d); in bonding_show_min_links()
373 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
388 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
401 struct bonding *bond = to_bond(d); in bonding_show_miimon()
413 struct bonding *bond = to_bond(d); in bonding_show_primary()
433 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
450 struct bonding *bond = to_bond(d); in bonding_show_carrier()
463 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
483 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
496 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
516 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
536 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
556 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
576 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
593 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
628 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
640 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
652 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
663 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
673 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
685 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
699 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
714 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
812 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()