Lines Matching refs:test_spec
376 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
414 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
439 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
444 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name()
479 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
536 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace()
545 static void pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) in pkt_stream_replace_half()
587 static void pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom()
944 static void thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
995 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_tx()
1046 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_rx()
1071 static void testapp_validate_traffic(struct test_spec *test) in testapp_validate_traffic()
1098 static void testapp_teardown(struct test_spec *test) in testapp_teardown()
1121 static void testapp_bidi(struct test_spec *test) in testapp_bidi()
1148 static void testapp_bpf_res(struct test_spec *test) in testapp_bpf_res()
1159 static void testapp_headroom(struct test_spec *test) in testapp_headroom()
1166 static void testapp_stats(struct test_spec *test) in testapp_stats()
1230 static bool testapp_unaligned(struct test_spec *test) in testapp_unaligned()
1249 static void testapp_single_pkt(struct test_spec *test) in testapp_single_pkt()
1258 static void testapp_invalid_desc(struct test_spec *test) in testapp_invalid_desc()
1315 static void run_pkt_test(struct test_spec *test, enum test_mode mode, enum test_type type) in run_pkt_test()
1425 struct test_spec test; in main()