Home
last modified time | relevance | path

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

/dpdk/app/test-eventdev/
H A Devt_main.c139 goto ethdev_destroy; in main()
170 if (test->ops.ethdev_destroy) in main()
171 test->ops.ethdev_destroy(test, &opt); 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.h66 evt_test_ethdev_destroy_t ethdev_destroy; member
H A Dtest_perf_atq.c359 .ethdev_destroy = perf_ethdev_destroy,
H A Dtest_perf_queue.c376 .ethdev_destroy = perf_ethdev_destroy,
H A Dtest_pipeline_atq.c802 .ethdev_destroy = pipeline_ethdev_destroy,
H A Dtest_pipeline_queue.c833 .ethdev_destroy = pipeline_ethdev_destroy,