Home
last modified time | relevance | path

Searched refs:bond_opt_value (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c21 const struct bond_opt_value *newval);
23 const struct bond_opt_value *newval);
25 const struct bond_opt_value *newval);
33 const struct bond_opt_value *newval);
41 const struct bond_opt_value *newval);
45 const struct bond_opt_value *newval);
75 const struct bond_opt_value *newval);
573 struct bond_opt_value *val) in bond_opt_parse()
576 const struct bond_opt_value *tbl; in bond_opt_parse()
658 const struct bond_opt_value *modeval; in bond_opt_dep_print()
[all …]
H A Dbond_sysfs.c202 const struct bond_opt_value *val; in bonding_show_mode()
216 const struct bond_opt_value *val; in bonding_show_xmit_hash()
231 const struct bond_opt_value *val; in bonding_show_arp_validate()
247 const struct bond_opt_value *val; in bonding_show_arp_all_targets()
263 const struct bond_opt_value *val; in bonding_show_fail_over_mac()
360 const struct bond_opt_value *val; in bonding_show_lacp_active()
374 const struct bond_opt_value *val; in bonding_show_lacp_rate()
399 const struct bond_opt_value *val; in bonding_show_ad_select()
460 const struct bond_opt_value *val; in bonding_show_primary_reselect()
H A Dbond_procfs.c61 const struct bond_opt_value *optval; in bond_info_show_master()
H A Dbond_netlink.c150 struct bond_opt_value newval; in bond_slave_changelink()
188 struct bond_opt_value newval; in bond_changelink()
H A Dbond_main.c4552 struct bond_opt_value newval; in bond_do_ioctl()
6026 struct bond_opt_value newval; in bond_check_params()
6027 const struct bond_opt_value *valptr; in bond_check_params()
/openbmc/linux/include/net/
H A Dbond_options.h91 struct bond_opt_value { struct
116 const struct bond_opt_value *values; argument
118 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
122 struct bond_opt_value *val,
125 struct bond_opt_value *val);
128 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
129 struct bond_opt_value *val);
132 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
138 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()