Searched refs:test_spec_set_name (Results 1 – 1 of 1) sorted by relevance
/tools/testing/selftests/bpf/ |
D | xskxceiver.c | 461 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name() function 1685 test_spec_set_name(test, "TEARDOWN"); in testapp_teardown() 1711 test_spec_set_name(test, "BIDIRECTIONAL"); in testapp_bidi() 1742 test_spec_set_name(test, "BPF_RES"); in testapp_bpf_res() 1754 test_spec_set_name(test, "UMEM_HEADROOM"); in testapp_headroom() 1761 test_spec_set_name(test, "STAT_RX_DROPPED"); in testapp_stats_rx_dropped() 1777 test_spec_set_name(test, "STAT_TX_INVALID"); in testapp_stats_tx_invalid_descs() 1785 test_spec_set_name(test, "STAT_RX_FULL"); in testapp_stats_rx_full() 1798 test_spec_set_name(test, "STAT_RX_FILL_EMPTY"); in testapp_stats_fill_empty() 1810 test_spec_set_name(test, "UNALIGNED_MODE"); in testapp_unaligned() [all …]
|