Lines Matching refs:test_spec

128 static char *mode_string(struct test_spec *test)  in mode_string()
142 static void report_failure(struct test_spec *test) in report_failure()
480 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
525 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
558 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
563 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name()
599 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
668 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace()
693 static void pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) in pkt_stream_replace_half()
699 static void pkt_stream_receive_half(struct test_spec *test) in pkt_stream_receive_half()
758 static void pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom()
909 static int receive_pkts(struct test_spec *test, struct pollfd *fds) in receive_pkts()
1088 static int send_pkts(struct test_spec *test, struct ifobject *ifobject) in send_pkts()
1213 static void xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, in xsk_configure_socket()
1238 static void thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops_tx()
1277 static void thread_common_ops(struct test_spec *test, struct ifobject *ifobject) in thread_common_ops()
1341 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_tx()
1366 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_rx()
1414 static int testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj, in testapp_validate_traffic_single_thread()
1455 static int testapp_validate_traffic(struct test_spec *test) in testapp_validate_traffic()
1492 static void testapp_teardown(struct test_spec *test) in testapp_teardown()
1516 static void testapp_bidi(struct test_spec *test) in testapp_bidi()
1546 static void testapp_bpf_res(struct test_spec *test) in testapp_bpf_res()
1558 static void testapp_headroom(struct test_spec *test) in testapp_headroom()
1565 static void testapp_stats_rx_dropped(struct test_spec *test) in testapp_stats_rx_dropped()
1576 static void testapp_stats_tx_invalid_descs(struct test_spec *test) in testapp_stats_tx_invalid_descs()
1586 static void testapp_stats_rx_full(struct test_spec *test) in testapp_stats_rx_full()
1603 static void testapp_stats_fill_empty(struct test_spec *test) in testapp_stats_fill_empty()
1634 static bool testapp_unaligned(struct test_spec *test) in testapp_unaligned()
1653 static void testapp_single_pkt(struct test_spec *test) in testapp_single_pkt()
1662 static void testapp_invalid_desc(struct test_spec *test) in testapp_invalid_desc()
1724 static void run_pkt_test(struct test_spec *test, enum test_mode mode, enum test_type type) in run_pkt_test()
1901 struct test_spec test; in main()