Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-bbdev/
H A Dmain.h91 TAILQ_HEAD(test_commands_list, test_command);
92 struct test_command { struct
93 TAILQ_ENTRY(test_command) next;
98 void add_test_command(struct test_command *t); argument
106 static struct test_command test_struct_##name = { \
H A Dmain.c27 struct test_command *test_to_run[MAX_CMDLINE_TESTCASES];
42 add_test_command(struct test_command *t) in add_test_command()
166 struct test_command *t; in print_usage()
187 struct test_command *t; in parse_args()
318 struct test_command *t; in run_all_tests()
/f-stack/dpdk/app/test/
H A Dtest.h164 TAILQ_HEAD(test_commands_list, test_command);
165 struct test_command { struct
166 TAILQ_ENTRY(test_command) next;
171 void add_test_command(struct test_command *t); argument
175 static struct test_command test_struct_##cmd = { \
H A Dcommands.c52 add_test_command(struct test_command *t) in add_test_command()
65 struct test_command *t; in cmd_autotest_parsed()
363 struct test_command *t; in commands_init()