| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 416 ret = rte_eth_dev_stop(rxtx_portd); in test_pmd_ring_pair_create_attach() 420 ret = rte_eth_dev_stop(rxtx_porte); in test_pmd_ring_pair_create_attach() 435 ret = rte_eth_dev_stop(tx_porta); in test_cleanup_resources() 439 ret = rte_eth_dev_stop(rx_portb); in test_cleanup_resources() 443 ret = rte_eth_dev_stop(rxtx_portc); in test_cleanup_resources() 541 TEST_ASSERT((rte_eth_dev_stop(cmdl_port0) == 0), in test_command_line_ring_port()
|
| H A D | test_event_eth_rx_adapter.c | 161 retval = rte_eth_dev_stop(portid); in init_port_rx_intr() 326 rte_eth_dev_stop(i); in testsuite_teardown() 353 rte_eth_dev_stop(default_params.rx_intr_port); in testsuite_teardown_rx_intr() 542 err = rte_eth_dev_stop(port_index); in adapter_multi_eth_add_del()
|
| H A D | test_link_bonding_rssconf.c | 179 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params.bond_port_id), in remove_slaves_and_stop_bonded_device() 589 rte_eth_dev_stop(test_params.bond_port_id); in testsuite_teardown() 592 rte_eth_dev_stop(port->port_id); in testsuite_teardown()
|
| H A D | test_pmd_ring_perf.c | 158 if (rte_eth_dev_stop(ring_ethdev_port) != 0) in test_ring_pmd_perf()
|
| H A D | test_link_bonding_mode4.c | 358 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params.bonded_port_id), in remove_slaves_and_stop_bonded_device() 373 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(slave->port_id), in remove_slaves_and_stop_bonded_device() 473 rte_eth_dev_stop(test_params.bonded_port_id); in testsuite_teardown() 476 rte_eth_dev_stop(port->port_id); in testsuite_teardown()
|
| H A D | test_link_bonding.c | 616 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_stop_bonded_device() 652 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in remove_slaves_and_stop_bonded_device() 763 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_set_primary_slave() 1034 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(bonded_port_id), in test_set_bonded_port_initialization_mac_assignment() 1076 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(bonded_port_id), in test_set_bonded_port_initialization_mac_assignment() 1784 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_roundrobin_verify_mac_assignment() 2421 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_activebackup_verify_mac_assignment() 3354 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_balance_verify_mac_assignment() 3953 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_broadcast_verify_mac_assignment() 4495 TEST_ASSERT_SUCCESS(rte_eth_dev_stop(test_params->bonded_port_id), in test_tlb_verify_mac_assignment()
|
| H A D | test_kni.c | 758 if (rte_eth_dev_stop(port_id) != 0) in test_kni()
|
| H A D | test_event_eth_tx_adapter.c | 184 rte_eth_dev_stop(default_params.port[i]); in deinit_ports()
|
| H A D | test_pmd_perf.c | 805 ret = rte_eth_dev_stop(portid); in test_pmd_perf()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | link.c | 221 rte_eth_dev_stop(port_id); in link_create() 229 rte_eth_dev_stop(port_id); in link_create() 236 rte_eth_dev_stop(port_id); in link_create()
|
| /f-stack/dpdk/examples/ethtool/lib/ |
| H A D | rte_ethtool.c | 302 ret = rte_eth_dev_stop(port_id); in rte_ethtool_net_open() 312 return rte_eth_dev_stop(port_id); in rte_ethtool_net_stop() 463 stat = rte_eth_dev_stop(port_id); in rte_ethtool_set_ringparam()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.c | 286 rte_eth_dev_stop(port_id); in link_create() 294 rte_eth_dev_stop(port_id); in link_create() 301 rte_eth_dev_stop(port_id); in link_create()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 63 rte_eth_dev_stop;
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 785 ret = rte_eth_dev_stop(port_id); in kni_change_mtu_() 883 ret = rte_eth_dev_stop(port_id); in kni_config_network_interface() 892 ret = rte_eth_dev_stop(port_id); in kni_config_network_interface() 1030 ret = rte_eth_dev_stop(port_id); in kni_free_kni()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_kni.c | 153 rte_eth_dev_stop(port_id); in kni_config_network_interface() 157 rte_eth_dev_stop(port_id); in kni_config_network_interface()
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 92 ret = rte_eth_dev_stop(port_id); in main_loop()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 686 ret = rte_eth_dev_stop(port_id); in main() 711 ret = rte_eth_dev_stop(port_id); in main()
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 283 rte_eth_dev_stop(port_id); in signal_handler()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 299 if (rte_eth_dev_stop(portid) < 0) in signal_handler()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 326 rte_eth_dev_stop(port_id); 355 ``rte_eth_dev_stop`` and ``rte_eth_dev_close``
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 1287 ret = rte_eth_dev_stop(portid); in main() 1310 ret = rte_eth_dev_stop(portid); in main()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_pipeline_common.c | 430 rte_eth_dev_stop(i); in pipeline_ethdev_destroy()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 285 ret = rte_eth_dev_stop(vf_dev->data->port_id); in hn_vf_stop()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 285 ret = rte_eth_dev_stop(PORT_ID(sdev)); in fs_dev_remove()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 899 ret = rte_eth_dev_stop(portid); in main()
|