Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h68 TEST_MODE_ZC, enumerator
H A Dxskxceiver.c135 case TEST_MODE_ZC: in mode_string()
427 opt_mode = TEST_MODE_ZC; in parse_command_line()
552 if (mode == TEST_MODE_ZC) in test_spec_init()
1824 if (ifobj->mode != mode && (mode == TEST_MODE_DRV || mode == TEST_MODE_ZC)) in xsk_reattach_xdp()
1855 if (test->mode == TEST_MODE_ZC && (!ifobj1->multi_buff_zc_supp || in __testapp_validate_traffic()
1860 if (test->mode != TEST_MODE_ZC && (!ifobj1->multi_buff_supp || in __testapp_validate_traffic()
2033 if (test->mode == TEST_MODE_ZC) { in testapp_stats_rx_dropped()
2271 if (test->mode == TEST_MODE_ZC) { in testapp_too_many_frags()
2711 if (opt_mode == TEST_MODE_ZC && modes <= TEST_MODE_ZC) { in main()