Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h38 #define print_verbose(x...) do { if (opt_verbose) ksft_print_msg(x); } while (0) macro
H A Dtest_xsk.c668 print_verbose("offset: %d len: %u valid: %u options: %u pkt_nb: %u\n", in __pkt_stream_generate_custom()
1037 print_verbose("Rx: addr: %lx len: %u options: %u pkt_nb: %u valid: %u\n", in __receive_pkts()
1229 print_verbose("Tx addr: %llx len: %u options: %u pkt_nb: %u\n", in __send_pkts()
1911 print_verbose("Switching Tx/Rx direction\n"); in testapp_bidirectional()