Home
last modified time | relevance | path

Searched refs:loopback_test (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/staging/greybus/tools/
Dloopback_test.c76 struct loopback_test { struct
104 struct loopback_test t; argument
107 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 …]
DREADME.loopback149 #/loopback_test -t transfer -i 10 -s 100
155 #/loopback_test -t transfer -i 10 -s 100 -a
162 # /loopback_test -t transfer -i 10 -s 100 -m 1
164 # /loopback_test -t transfer -i 10 -s 100 -m 2
166 # /loopback_test -t transfer -i 10 -s 100 -m 3
171 # /loopback_test -t transfer -i 10 -s 100 -m 3 -p
D.gitignore1 loopback_test
DAndroid.mk5 LOCAL_SRC_FILES:= loopback_test.c
DMakefile19 TOOLS = loopback_test
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dloopback.sh31 loopback_test() function
/Linux-v5.4/drivers/tty/
Dsynclinkmp.c567 static bool loopback_test(SLMP_INFO *info);
5223 static bool loopback_test(SLMP_INFO *info) in loopback_test() function
5325 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()
Dsynclink_gt.c448 static int loopback_test(struct slgt_info *info);
5015 static int loopback_test(struct slgt_info *info) in loopback_test() function
5084 } else if (loopback_test(info) < 0) { in adapter_test()