Searched refs:agg_selection (Results 1 – 5 of 5) sorted by relevance
141 enum rte_bond_8023ad_agg_selection agg_selection; member333 enum rte_bond_8023ad_agg_selection agg_selection);
730 switch (internals->mode4.agg_selection) { in selection_logic()1223 conf->agg_selection = mode4->agg_selection; in bond_mode_8023ad_conf_get()1238 conf->agg_selection = AGG_STABLE; in bond_mode_8023ad_conf_get_default()1277 mode4->agg_selection = AGG_STABLE; in bond_mode_8023ad_setup()1424 enum rte_bond_8023ad_agg_selection agg_selection) in rte_eth_bond_8023ad_agg_selection_set() argument1440 if (agg_selection == AGG_COUNT || agg_selection == AGG_BANDWIDTH in rte_eth_bond_8023ad_agg_selection_set()1441 || agg_selection == AGG_STABLE) in rte_eth_bond_8023ad_agg_selection_set()1442 mode4->agg_selection = agg_selection; in rte_eth_bond_8023ad_agg_selection_set()1462 return mode4->agg_selection; in rte_eth_bond_8023ad_agg_selection_get()
180 enum rte_bond_8023ad_agg_selection agg_selection; member
3525 internals->mode4.agg_selection = agg_mode; in bond_probe()3527 internals->mode4.agg_selection = AGG_STABLE; in bond_probe()
6197 switch (conf->agg_selection) { in lacp_conf_show()