Searched refs:agg_mode (Results 1 – 4 of 4) sorted by relevance
171 uint8_t *agg_mode; in bond_ethdev_parse_slave_agg_mode_kvarg() local176 agg_mode = extra_args; in bond_ethdev_parse_slave_agg_mode_kvarg()180 *agg_mode = AGG_STABLE; in bond_ethdev_parse_slave_agg_mode_kvarg()183 *agg_mode = AGG_BANDWIDTH; in bond_ethdev_parse_slave_agg_mode_kvarg()186 *agg_mode = AGG_COUNT; in bond_ethdev_parse_slave_agg_mode_kvarg()188 switch (*agg_mode) { in bond_ethdev_parse_slave_agg_mode_kvarg()
3439 uint8_t agg_mode; in bond_probe() local3517 &agg_mode) != 0) { in bond_probe()3525 internals->mode4.agg_selection = agg_mode; in bond_probe()3588 uint8_t agg_mode; in bond_ethdev_configure() local3714 &agg_mode) != 0) { in bond_ethdev_configure()3721 agg_mode); in bond_ethdev_configure()
6312 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local6357 agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id); in cmd_show_bonding_config_parsed()6359 switch (agg_mode) { in cmd_show_bonding_config_parsed()6822 cmdline_fixed_string_t agg_mode; member6856 agg_mode, "agg_mode");
2617 set bonding agg_mode2622 testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable)