Searched refs:loopback_test (Results 1 – 8 of 8) sorted by relevance
76 struct loopback_test { struct104 struct loopback_test t; argument107 static inline int device_enabled(struct loopback_test *t, int dev_idx);110 static int get_##field##_aggregate(struct loopback_test *t) \124 static int get_##field##_aggregate(struct loopback_test *t) \138 static int get_##field##_aggregate(struct loopback_test *t) \222 static inline int device_enabled(struct loopback_test *t, int dev_idx) in device_enabled()230 static void show_loopback_devices(struct loopback_test *t) in show_loopback_devices()322 static int get_results(struct loopback_test *t) in get_results()415 int format_output(struct loopback_test *t, in format_output()[all …]
149 #/loopback_test -t transfer -i 10 -s 100155 #/loopback_test -t transfer -i 10 -s 100 -a162 # /loopback_test -t transfer -i 10 -s 100 -m 1164 # /loopback_test -t transfer -i 10 -s 100 -m 2166 # /loopback_test -t transfer -i 10 -s 100 -m 3171 # /loopback_test -t transfer -i 10 -s 100 -m 3 -p
1 loopback_test
5 LOCAL_SRC_FILES:= loopback_test.c
19 TOOLS = loopback_test
31 loopback_test() function
567 static bool loopback_test(SLMP_INFO *info);5223 static bool loopback_test(SLMP_INFO *info) in loopback_test() function5325 if (!loopback_test(info->port_array[0]) || in adapter_test()5326 !loopback_test(info->port_array[1]) || in adapter_test()5327 (info->port_count == 4 && !loopback_test(info->port_array[2])) || in adapter_test()5328 (info->port_count == 4 && !loopback_test(info->port_array[3]))) { in adapter_test()
448 static int loopback_test(struct slgt_info *info);5015 static int loopback_test(struct slgt_info *info) in loopback_test() function5084 } else if (loopback_test(info) < 0) { in adapter_test()