Home
last modified time | relevance | path

Searched refs:rte_eth_bond_slaves_get (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Dversion.map28 rte_eth_bond_slaves_get;
H A Drte_eth_bond.h197 rte_eth_bond_slaves_get(uint16_t bonded_port_id, uint16_t slaves[],
H A Drte_eth_bond_api.c814 rte_eth_bond_slaves_get(uint16_t bonded_port_id, uint16_t slaves[], in rte_eth_bond_slaves_get() function
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c282 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_create_bonded_device()
342 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_add_slave_to_bonded_device()
390 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_remove_slave_from_bonded_device()
450 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_add_already_bonded_slave_to_bonded_device()
483 current_slave_count = rte_eth_bond_slaves_get(INVALID_PORT_ID, slaves, in test_get_slaves_from_bonded_device()
494 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_get_slaves_from_bonded_device()
505 current_slave_count = rte_eth_bond_slaves_get( in test_get_slaves_from_bonded_device()
574 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_start_bonded_device()
628 current_slave_count = rte_eth_bond_slaves_get(test_params->bonded_port_id, in test_stop_bonded_device()
963 slave_count = rte_eth_bond_slaves_get(bonded_port_id, slaves, in test_set_bonded_port_initialization_mac_assignment()
[all …]
H A Dtest_link_bonding_mode4.c365 retval = rte_eth_bond_slaves_get(test_params.bonded_port_id, slaves, in remove_slaves_and_stop_bonded_device()
1545 slaves_count = rte_eth_bond_slaves_get(test_params.bonded_port_id, in check_environment()
/f-stack/lib/
H A Dff_dpdk_if.c779 count = rte_eth_bond_slaves_get(port_id, slaves, len); in init_port_start()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6012 num_slaves = rte_eth_bond_slaves_get(port_id, slaves, RTE_MAX_ETHPORTS); in cmd_show_bonding_config_parsed()