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_missed_max()
323 struct bonding *bond = to_bond(d); in bonding_show_downdelay()
334 struct bonding *bond = to_bond(d); in bonding_show_updelay()
346 struct bonding *bond = to_bond(d); in bonding_show_peer_notif_delay()
359 struct bonding *bond = to_bond(d); in bonding_show_lacp_active()
373 struct bonding *bond = to_bond(d); in bonding_show_lacp_rate()
387 struct bonding *bond = to_bond(d); in bonding_show_min_links()
398 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
413 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
427 struct bonding *bond = to_bond(d); in bonding_show_miimon()
439 struct bonding *bond = to_bond(d); in bonding_show_primary()
459 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
476 struct bonding *bond = to_bond(d); in bonding_show_carrier()
489 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
509 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
522 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
543 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
564 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
585 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
606 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
624 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
659 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
671 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
683 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
694 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
705 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
717 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
731 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
746 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
847 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()