Lines Matching refs:bonding

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()
145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
168 struct bonding *bond = to_bond(d); in bonding_show_slaves()
201 struct bonding *bond = to_bond(d); in bonding_show_mode()
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_active()
361 struct bonding *bond = to_bond(d); in bonding_show_lacp_rate()
375 struct bonding *bond = to_bond(d); in bonding_show_min_links()
386 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
401 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
415 struct bonding *bond = to_bond(d); in bonding_show_miimon()
427 struct bonding *bond = to_bond(d); in bonding_show_primary()
447 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
464 struct bonding *bond = to_bond(d); in bonding_show_carrier()
477 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
497 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
510 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
531 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
552 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
573 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
594 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
612 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
647 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
659 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
671 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
682 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
693 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
705 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
719 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
734 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
834 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()