Searched defs:bond_params (Results 1 – 2 of 2) sorted by relevance
118 struct bond_params { struct119 int mode;120 int xmit_policy;121 int miimon;122 u8 num_peer_notif;123 u8 missed_max;124 int arp_interval;125 int arp_validate;126 int arp_all_targets;127 int use_carrier;[all …]
1312 static void ad_periodic_machine(struct port *port, struct bond_params *bond_params) in ad_periodic_machine()