Home
last modified time | relevance | path

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

/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()
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() argument
1440 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()
H A Deth_bond_8023ad_private.h180 enum rte_bond_8023ad_agg_selection agg_selection; member
H A Drte_eth_bond_pmd.c3525 internals->mode4.agg_selection = agg_mode; in bond_probe()
3527 internals->mode4.agg_selection = AGG_STABLE; in bond_probe()
/dpdk/app/test-pmd/
H A Dcmdline.c6197 switch (conf->agg_selection) { in lacp_conf_show()