Lines Matching refs:test_config

64 struct test_config {                /**< Master test structure for RTE_RED */  struct
81 struct test_config *testcfg; argument
82 enum test_result (*testfn)(struct test_config *);
251 test_rte_red_init(struct test_config *tcfg) in test_rte_red_init()
413 static struct test_config func_test1_config = {
433 static enum test_result func_test1(struct test_config *tcfg) in func_test1()
530 static struct test_config func_test2_config = {
550 static enum test_result func_test2(struct test_config *tcfg) in func_test2()
638 static struct test_config func_test3_config = {
657 static enum test_result func_test3(struct test_config *tcfg) in func_test3()
763 static struct test_config func_test4_config = {
784 static enum test_result func_test4(struct test_config *tcfg) in func_test4()
921 static struct test_config func_test5_config = {
944 static enum test_result func_test5(struct test_config *tcfg) in func_test5()
1049 static struct test_config func_test6_config = {
1071 static enum test_result func_test6(struct test_config *tcfg) in func_test6()
1230 static struct test_config perf1_test1_config = {
1241 static struct test_config perf1_test2_config = {
1252 static struct test_config perf1_test3_config = {
1267 static enum test_result perf1_test(struct test_config *tcfg) in perf1_test()
1338 static struct test_config perf2_test4_config = {
1357 static struct test_config perf2_test5_config = {
1376 static struct test_config perf2_test6_config = {
1399 static enum test_result perf2_test(struct test_config *tcfg) in perf2_test()
1568 static struct test_config ovfl_test1_config = {
1589 static enum test_result ovfl_test1(struct test_config *tcfg) in ovfl_test1()