Searched refs:initialize_bonded_device_with_slaves (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 1160 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_adding_slave_after_bonded_device_started() 1242 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_status_interrupt() 1399 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_tx_burst() 1487 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_tx_burst_slave_tx_fail() 1587 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_rx_burst_on_single_slave() 1666 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_rx_burst_on_multiple_slaves() 1750 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_verify_mac_assignment() 1843 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_verify_promiscuous_enable_disable() 1907 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_roundrobin_verify_slave_link_status_change_behaviour() 2127 TEST_ASSERT_SUCCESS(initialize_bonded_device_with_slaves( in test_activebackup_tx_burst() [all …]
|
| H A D | test_link_bonding_mode4.c | 315 initialize_bonded_device_with_slaves(uint16_t slave_count, uint8_t external_sm) in initialize_bonded_device_with_slaves() function 657 retval = initialize_bonded_device_with_slaves(TEST_LACP_SLAVE_COUT, 0); in test_mode4_lacp() 674 retval = initialize_bonded_device_with_slaves(TEST_LACP_SLAVE_COUT, 0); in test_mode4_agg_mode_selection() 695 retval = initialize_bonded_device_with_slaves(TEST_LACP_SLAVE_COUT, 0); in test_mode4_agg_mode_selection() 716 retval = initialize_bonded_device_with_slaves(TEST_LACP_SLAVE_COUT, 0); in test_mode4_agg_mode_selection() 825 retval = initialize_bonded_device_with_slaves(TEST_PROMISC_SLAVE_COUNT, in test_mode4_rx() 1014 retval = initialize_bonded_device_with_slaves(TEST_TX_SLAVE_COUNT, 0); in test_mode4_tx_burst() 1201 retval = initialize_bonded_device_with_slaves(TEST_MARKER_SLAVE_COUT, in test_mode4_marker() 1287 retval = initialize_bonded_device_with_slaves(TEST_EXPIRED_SLAVE_COUNT, in test_mode4_expired() 1408 retval = initialize_bonded_device_with_slaves(TEST_TX_SLAVE_COUNT, 0); in test_mode4_ext_ctrl() [all …]
|