Home
last modified time | relevance | path

Searched refs:TEST_MODE_ZC (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c243 opt_mode = TEST_MODE_ZC; in parse_command_line()
436 if (opt_mode == TEST_MODE_ZC && modes <= TEST_MODE_ZC) { in main()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h73 TEST_MODE_ZC, enumerator
221 case TEST_MODE_ZC: in mode_string()
H A Dtest_xsk.c289 if (mode == TEST_MODE_ZC) in test_init()
1719 if (ifobj->mode != mode && (mode == TEST_MODE_DRV || mode == TEST_MODE_ZC)) in xsk_reattach_xdp()
1780 if (test->mode == TEST_MODE_ZC && (!ifobj1->multi_buff_zc_supp || in __testapp_validate_traffic()
1785 if (test->mode != TEST_MODE_ZC && (!ifobj1->multi_buff_supp || in __testapp_validate_traffic()
1964 if (test->mode == TEST_MODE_ZC) { in testapp_stats_rx_dropped()
2225 if (test->mode == TEST_MODE_ZC) { in testapp_too_many_frags()
2567 if (test->mode == TEST_MODE_ZC) { in testapp_tx_queue_consumer()