Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ofed/librdmacm/examples/
H A Driostream.c56 static struct test_size_param test_size[] = { variable
75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])
504 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()
525 if (test_size[i].option > size_option) in run()
527 init_latency_test(test_size[i].size); in run()
538 if (test_size[i].option > size_option) in run()
540 init_bandwidth_test(test_size[i].size); in run()
H A Drstream.c56 static struct test_size_param test_size[] = { variable
75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])
503 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()
524 if (test_size[i].option > size_option) in run()
526 init_latency_test(test_size[i].size); in run()
543 if (test_size[i].option > size_option) in run()
545 init_bandwidth_test(test_size[i].size); in run()
H A Dudpong.c51 static int test_size[] = { variable
58 #define TEST_CNT (sizeof test_size / sizeof test_size[0])
456 init_latency_test(test_size[i]); in client_run()
460 init_bandwidth_test(test_size[i]); in client_run()