Home
last modified time | relevance | path

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

/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()
/dpdk/app/test/
H A Dtest.h182 TAILQ_HEAD(test_commands_list, test_command);
183 struct test_command { struct
184 TAILQ_ENTRY(test_command) next;
189 void add_test_command(struct test_command *t); argument
193 static struct test_command test_struct_##cmd = { \
H A Dcommands.c49 add_test_command(struct test_command *t) in add_test_command()
62 struct test_command *t; in cmd_autotest_parsed()
360 struct test_command *t; in commands_init()
384 struct test_command *t; in command_valid()