Home
last modified time | relevance | path

Searched defs:tcfg (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_red.c275 test_rte_red_init(struct test_config *tcfg) in test_rte_red_init()
457 static enum test_result func_test1(struct test_config *tcfg) in func_test1()
574 static enum test_result func_test2(struct test_config *tcfg) in func_test2()
681 static enum test_result func_test3(struct test_config *tcfg) in func_test3()
808 static enum test_result func_test4(struct test_config *tcfg) in func_test4()
968 static enum test_result func_test5(struct test_config *tcfg) in func_test5()
1095 static enum test_result func_test6(struct test_config *tcfg) in func_test6()
1291 static enum test_result perf1_test(struct test_config *tcfg) in perf1_test()
1423 static enum test_result perf2_test(struct test_config *tcfg) in perf2_test()
1613 static enum test_result ovfl_test1(struct test_config *tcfg) in ovfl_test1()
H A Dtest_pie.c228 test_rte_pie_init(struct test_config *tcfg) in test_rte_pie_init()
372 static enum test_result func_test1(struct test_config *tcfg) in func_test1()
481 static enum test_result func_test2(struct test_config *tcfg) in func_test2()
595 static enum test_result func_test3(struct test_config *tcfg) in func_test3()
800 static enum test_result perf_test(struct test_config *tcfg) in perf_test()
877 static enum test_result perf_test2(struct test_config *tcfg) in perf_test2()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c5288 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg()
5302 struct tstorm_eth_function_common_config tcfg = { 0 }; in bnx2x_func_init() local