Searched refs:bond_opt_get_val (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/bonding/ |
H A D | bond_sysfs.c | 203 val = bond_opt_get_val(BOND_OPT_MODE, BOND_MODE(bond)); in bonding_show_mode() 217 val = bond_opt_get_val(BOND_OPT_XMIT_HASH, bond->params.xmit_policy); in bonding_show_xmit_hash() 232 val = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bonding_show_arp_validate() 248 val = bond_opt_get_val(BOND_OPT_ARP_ALL_TARGETS, in bonding_show_arp_all_targets() 264 val = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bonding_show_fail_over_mac() 361 val = bond_opt_get_val(BOND_OPT_LACP_ACTIVE, bond->params.lacp_active); in bonding_show_lacp_active() 375 val = bond_opt_get_val(BOND_OPT_LACP_RATE, bond->params.lacp_fast); in bonding_show_lacp_rate() 400 val = bond_opt_get_val(BOND_OPT_AD_SELECT, bond->params.ad_select); in bonding_show_ad_select() 461 val = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bonding_show_primary_reselect()
|
H A D | bond_procfs.c | 72 optval = bond_opt_get_val(BOND_OPT_FAIL_OVER_MAC, in bond_info_show_master() 80 optval = bond_opt_get_val(BOND_OPT_XMIT_HASH, in bond_info_show_master() 91 optval = bond_opt_get_val(BOND_OPT_PRIMARY_RESELECT, in bond_info_show_master() 158 optval = bond_opt_get_val(BOND_OPT_AD_SELECT, in bond_info_show_master()
|
H A D | bond_options.c | 535 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val) in bond_opt_get_val() function 678 modeval = bond_opt_get_val(BOND_OPT_MODE, params->mode); in bond_opt_dep_print()
|
H A D | bond_main.c | 6338 valptr = bond_opt_get_val(BOND_OPT_ARP_VALIDATE, in bond_check_params()
|
/linux/include/net/ |
H A D | bond_options.h | 133 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|