Lines Matching refs:bond_option
209 static const struct bond_option bond_opts[BOND_OPT_LAST] = {
435 const struct bond_option *bond_opt_get_by_name(const char *name) in bond_opt_get_by_name()
437 const struct bond_option *opt; in bond_opt_get_by_name()
452 const struct bond_option *opt; in bond_opt_get_val()
466 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, in bond_opt_get_flags()
481 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) in bond_opt_check_range()
503 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, in bond_opt_parse()
570 const struct bond_option *opt) in bond_opt_check_deps()
585 const struct bond_option *opt) in bond_opt_dep_print()
598 const struct bond_option *opt, in bond_opt_error_interpret()
656 const struct bond_option *opt; in __bond_opt_set()
735 const struct bond_option *bond_opt_get(unsigned int option) in bond_opt_get()