Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_options.c20 const struct bond_opt_value *newval);
22 const struct bond_opt_value *newval);
24 const struct bond_opt_value *newval);
26 const struct bond_opt_value *newval);
28 const struct bond_opt_value *newval);
30 const struct bond_opt_value *newval);
32 const struct bond_opt_value *newval);
36 const struct bond_opt_value *newval);
38 const struct bond_opt_value *newval);
40 const struct bond_opt_value *newval);
[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()
348 const struct bond_opt_value *val; in bonding_show_lacp()
373 const struct bond_opt_value *val; in bonding_show_ad_select()
433 const struct bond_opt_value *val; in bonding_show_primary_reselect()
H A Dbond_netlink.c136 struct bond_opt_value newval; in bond_slave_changelink()
163 struct bond_opt_value newval; in bond_changelink()
H A Dbond_procfs.c60 const struct bond_opt_value *optval; in bond_info_show_master()
H A Dbond_main.c3923 struct bond_opt_value newval; in bond_do_ioctl()
4959 struct bond_opt_value newval; in bond_check_params()
4960 const struct bond_opt_value *valptr; in bond_check_params()
/OK3568_Linux_fs/kernel/include/net/
H A Dbond_options.h76 struct bond_opt_value { struct
97 const struct bond_opt_value *values; argument
99 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
103 struct bond_opt_value *val);
105 struct bond_opt_value *val);
108 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt,
109 struct bond_opt_value *val);
112 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
118 static inline void __bond_opt_init(struct bond_opt_value *optval, in __bond_opt_init()