Lines Matching refs:bonding

45 #define to_bond(cd)	((struct bonding *)(netdev_priv(to_net_dev(cd))))
57 struct bonding *bond; in bonding_show_bonds()
80 struct bonding *bond; in bond_get_by_name()
161 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
184 struct bonding *bond = to_bond(d); in bonding_show_slaves()
217 struct bonding *bond = to_bond(d); in bonding_show_mode()
231 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash()
246 struct bonding *bond = to_bond(d); in bonding_show_arp_validate()
262 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets()
278 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac()
294 struct bonding *bond = to_bond(d); in bonding_show_arp_interval()
306 struct bonding *bond = to_bond(d); in bonding_show_arp_targets()
327 struct bonding *bond = to_bond(d); in bonding_show_downdelay()
338 struct bonding *bond = to_bond(d); in bonding_show_updelay()
351 struct bonding *bond = to_bond(d); in bonding_show_lacp()
365 struct bonding *bond = to_bond(d); in bonding_show_min_links()
376 struct bonding *bond = to_bond(d); in bonding_show_ad_select()
391 struct bonding *bond = to_bond(d); in bonding_show_num_peer_notif()
404 struct bonding *bond = to_bond(d); in bonding_show_miimon()
416 struct bonding *bond = to_bond(d); in bonding_show_primary()
436 struct bonding *bond = to_bond(d); in bonding_show_primary_reselect()
453 struct bonding *bond = to_bond(d); in bonding_show_carrier()
466 struct bonding *bond = to_bond(d); in bonding_show_active_slave()
486 struct bonding *bond = to_bond(d); in bonding_show_mii_status()
499 struct bonding *bond = to_bond(d); in bonding_show_ad_aggregator()
519 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
539 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
559 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
579 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
596 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
631 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
643 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
655 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
666 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
676 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
688 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_sys_prio()
702 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_system()
717 struct bonding *bond = to_bond(d); in bonding_show_ad_user_port_key()
815 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()