Home
last modified time | relevance | path

Searched refs:rte_eth_bond_active_slaves_get (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Dversion.map16 rte_eth_bond_active_slaves_get;
H A Drte_eth_bond.h213 rte_eth_bond_active_slaves_get(uint16_t bonded_port_id, uint16_t slaves[],
H A Drte_eth_bond_api.c838 rte_eth_bond_active_slaves_get(uint16_t bonded_port_id, uint16_t slaves[], in rte_eth_bond_active_slaves_get() function
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c289 current_slave_count = rte_eth_bond_active_slaves_get( in test_create_bonded_device()
348 current_slave_count = rte_eth_bond_active_slaves_get( in test_add_slave_to_bonded_device()
499 current_slave_count = rte_eth_bond_active_slaves_get( in test_get_slaves_from_bonded_device()
510 current_slave_count = rte_eth_bond_active_slaves_get( in test_get_slaves_from_bonded_device()
580 current_slave_count = rte_eth_bond_active_slaves_get( in test_start_bonded_device()
2535 TEST_ASSERT_EQUAL(rte_eth_bond_active_slaves_get( in test_activebackup_verify_slave_link_status_change_failover()
2551 TEST_ASSERT_EQUAL(rte_eth_bond_active_slaves_get( in test_activebackup_verify_slave_link_status_change_failover()
3463 TEST_ASSERT_EQUAL(rte_eth_bond_active_slaves_get( in test_balance_verify_slave_link_status_change_behaviour()
3512 TEST_ASSERT_EQUAL(rte_eth_bond_active_slaves_get( in test_balance_verify_slave_link_status_change_behaviour()
4607 TEST_ASSERT_EQUAL(rte_eth_bond_active_slaves_get( in test_tlb_verify_slave_link_status_change_failover()
[all …]
/f-stack/dpdk/examples/bond/
H A Dmain.c293 if (rte_eth_bond_active_slaves_get(BOND_PORT, act_slaves, 16) == in bond_port_init()
770 rte_eth_bond_active_slaves_get(BOND_PORT, slaves, len), in cmd_show_parsed()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6029 num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves, in cmd_show_bonding_config_parsed()