Searched refs:ad_select (Results 1 – 4 of 4) sorted by relevance
159 bond->params.ad_select); in bond_info_show_master()
114 static char *ad_select; variable164 module_param(ad_select, charp, 0);165 MODULE_PARM_DESC(ad_select, "802.3ad aggregation selection logic; "6135 if (ad_select) { in bond_check_params()6136 bond_opt_initstr(&newval, ad_select); in bond_check_params()6140 pr_err("Error: Invalid ad_select \"%s\"\n", ad_select); in bond_check_params()6143 params->ad_select = valptr->value; in bond_check_params()6147 params->ad_select = BOND_AD_STABLE; in bond_check_params()
1692 bond->params.ad_select = newval->value; in bond_option_ad_select_set()
136 int ad_select; member