Searched refs:agg_selection (Results 1 – 4 of 4) 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()1194 conf->agg_selection = mode4->agg_selection; in bond_mode_8023ad_conf_get()1209 conf->agg_selection = AGG_STABLE; in bond_mode_8023ad_conf_get_default()1248 mode4->agg_selection = AGG_STABLE; in bond_mode_8023ad_setup()1397 enum rte_bond_8023ad_agg_selection agg_selection) in rte_eth_bond_8023ad_agg_selection_set() argument1413 if (agg_selection == AGG_COUNT || agg_selection == AGG_BANDWIDTH in rte_eth_bond_8023ad_agg_selection_set()1414 || agg_selection == AGG_STABLE) in rte_eth_bond_8023ad_agg_selection_set()1415 mode4->agg_selection = agg_selection; in rte_eth_bond_8023ad_agg_selection_set()1435 return mode4->agg_selection; in rte_eth_bond_8023ad_agg_selection_get()
180 enum rte_bond_8023ad_agg_selection agg_selection; member
3414 internals->mode4.agg_selection = agg_mode; in bond_probe()3416 internals->mode4.agg_selection = AGG_STABLE; in bond_probe()