Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
H A Devt_main.c36 if (test->ops.ethdev_destroy) in signal_handler()
37 test->ops.ethdev_destroy(test, &opt); in signal_handler()
170 goto ethdev_destroy; in main()
201 ethdev_destroy: in main()
202 if (test->ops.ethdev_destroy) in main()
203 test->ops.ethdev_destroy(test, &opt); in main()
H A Devt_test.h58 evt_test_ethdev_destroy_t ethdev_destroy; member
H A Dtest_perf_atq.c303 .ethdev_destroy = perf_ethdev_destroy,
H A Dtest_perf_queue.c318 .ethdev_destroy = perf_ethdev_destroy,
H A Dtest_pipeline_atq.c515 .ethdev_destroy = pipeline_ethdev_destroy,
H A Dtest_pipeline_queue.c528 .ethdev_destroy = pipeline_ethdev_destroy,