Home
last modified time | relevance | path

Searched defs:bond_params (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dbonding.h118 struct bond_params { struct
119 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 …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c1312 static void ad_periodic_machine(struct port *port, struct bond_params *bond_params) in ad_periodic_machine()