Searched refs:agg_mode (Results 1 – 4 of 4) sorted by relevance
180 uint8_t *agg_mode; in bond_ethdev_parse_slave_agg_mode_kvarg() local185 agg_mode = extra_args; in bond_ethdev_parse_slave_agg_mode_kvarg()189 *agg_mode = AGG_STABLE; in bond_ethdev_parse_slave_agg_mode_kvarg()192 *agg_mode = AGG_BANDWIDTH; in bond_ethdev_parse_slave_agg_mode_kvarg()195 *agg_mode = AGG_COUNT; in bond_ethdev_parse_slave_agg_mode_kvarg()197 switch (*agg_mode) { in bond_ethdev_parse_slave_agg_mode_kvarg()
3330 uint8_t agg_mode; in bond_probe() local3406 &agg_mode) != 0) { in bond_probe()3414 internals->mode4.agg_selection = agg_mode; in bond_probe()3477 uint8_t agg_mode; in bond_ethdev_configure() local3583 &agg_mode) != 0) { in bond_ethdev_configure()3590 agg_mode); in bond_ethdev_configure()
5954 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local5996 agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id); in cmd_show_bonding_config_parsed()5998 switch (agg_mode) { in cmd_show_bonding_config_parsed()6452 cmdline_fixed_string_t agg_mode; member6486 agg_mode, "agg_mode");
2570 set bonding agg_mode2575 testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable)