Searched defs:bond_params (Results 1 – 2 of 2) sorted by relevance
119 int mode;120 int xmit_policy;121 int miimon;123 u8 missed_max;127 int use_carrier;129 int updelay;130 int downdelay;132 int lacp_active;133 int lacp_fast;135 int ad_select;[all …]
1412 static void ad_periodic_machine(struct port *port, struct bond_params *bond_params) in ad_periodic_machine()