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()
396 struct bonding *bond = to_bond(d); in bonding_store_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()
530 struct bonding *bond = to_bond(d); in bonding_show_ad_num_ports()
550 struct bonding *bond = to_bond(d); in bonding_show_ad_actor_key()
570 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_key()
590 struct bonding *bond = to_bond(d); in bonding_show_ad_partner_mac()
607 struct bonding *bond = to_bond(d); in bonding_show_queue_id()
642 struct bonding *bond = to_bond(d); in bonding_show_slaves_active()
654 struct bonding *bond = to_bond(d); in bonding_show_resend_igmp()
666 struct bonding *bond = to_bond(d); in bonding_show_lp_interval()
677 struct bonding *bond = to_bond(d); in bonding_show_tlb_dynamic_lb()
687 struct bonding *bond = to_bond(d); in bonding_show_packets_per_slave()
780 void bond_prepare_sysfs_group(struct bonding *bond) in bond_prepare_sysfs_group()