Lines Matching refs:bond_opt_value
91 struct bond_opt_value {
116 const struct bond_opt_value *values;
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);
134 /* This helper is used to initialize a bond_opt_value structure for parameter
138 static inline void __bond_opt_init(struct bond_opt_value *optval,