Searched refs:rte_eth_bond_primary_set (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | version.map | 25 rte_eth_bond_primary_set;
|
| H A D | rte_eth_bond.h | 172 rte_eth_bond_primary_set(uint16_t bonded_port_id, uint16_t slave_port_id);
|
| H A D | rte_eth_bond_api.c | 777 rte_eth_bond_primary_set(uint16_t bonded_port_id, uint16_t slave_port_id) in rte_eth_bond_primary_set() function
|
| H A D | rte_eth_bond_pmd.c | 3644 if (rte_eth_bond_primary_set(port_id, primary_slave_port_id) in bond_ethdev_configure()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 732 TEST_ASSERT_FAIL(rte_eth_bond_primary_set(INVALID_PORT_ID, in test_set_primary_slave() 737 TEST_ASSERT_FAIL(rte_eth_bond_primary_set(test_params->slave_port_ids[i], in test_set_primary_slave() 747 TEST_ASSERT_SUCCESS(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_set_primary_slave() 1030 TEST_ASSERT_SUCCESS(rte_eth_bond_primary_set(bonded_port_id, in test_set_bonded_port_initialization_mac_assignment() 1766 TEST_ASSERT_SUCCESS(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_roundrobin_verify_mac_assignment() 2389 TEST_ASSERT_EQUAL(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_activebackup_verify_mac_assignment() 3322 TEST_ASSERT_SUCCESS(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_balance_verify_mac_assignment() 3934 TEST_ASSERT_SUCCESS(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_broadcast_verify_mac_assignment() 4463 TEST_ASSERT_EQUAL(rte_eth_bond_primary_set(test_params->bonded_port_id, in test_tlb_verify_mac_assignment()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 364 ``rte_eth_bond_mode_set/ get``, ``rte_eth_bond_primary_set/get``,
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 6102 if (0 != rte_eth_bond_primary_set(master_port_id, slave_port_id)) { in cmd_set_bonding_primary_parsed()
|