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

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c56 static struct test_size_param test_size[] = { variable in typeref:struct:test_size_param
75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])
504 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size);
525 if (test_size[i].option > size_option)
527 init_latency_test(test_size[i].size);
538 if (test_size[i].option > size_option)
540 init_bandwidth_test(test_size[i].size);
H A Drstream.c56 static struct test_size_param test_size[] = { variable in typeref:struct:test_size_param
75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])
503 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size);
524 if (test_size[i].option > size_option)
526 init_latency_test(test_size[i].size);
543 if (test_size[i].option > size_option)
545 init_bandwidth_test(test_size[i].size);
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]);
460 init_bandwidth_test(test_size[i]);

Completed in 99 milliseconds