Searched defs:bond_params (Results 1 – 2 of 2) sorted by relevance
122 struct bond_params { struct123 int mode;124 int xmit_policy;125 int miimon;126 u8 num_peer_notif;127 u8 missed_max;128 int arp_interval;129 int arp_validate;130 int arp_all_targets;131 int use_carrier;[all …]
1303 static void ad_periodic_machine(struct port *port, struct bond_params *bond_params) in ad_periodic_machine()