Home
last modified time | relevance | path

Searched refs:agg_selection (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.h141 enum rte_bond_8023ad_agg_selection agg_selection; member
333 enum rte_bond_8023ad_agg_selection agg_selection);
H A Drte_eth_bond_8023ad.c730 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() argument
1413 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()
H A Deth_bond_8023ad_private.h180 enum rte_bond_8023ad_agg_selection agg_selection; member
H A Drte_eth_bond_pmd.c3414 internals->mode4.agg_selection = agg_mode; in bond_probe()
3416 internals->mode4.agg_selection = AGG_STABLE; in bond_probe()