Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
Dloopback_test.c77 struct loopback_test { struct
105 struct loopback_test t; argument
108 static inline int device_enabled(struct loopback_test *t, int dev_idx);
111 static int get_##field##_aggregate(struct loopback_test *t) \
125 static int get_##field##_aggregate(struct loopback_test *t) \
139 static int get_##field##_aggregate(struct loopback_test *t) \
223 static inline int device_enabled(struct loopback_test *t, int dev_idx) in device_enabled()
231 static void show_loopback_devices(struct loopback_test *t) in show_loopback_devices()
323 static int get_results(struct loopback_test *t) in get_results()
416 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.gitignore2 loopback_test
DAndroid.mk5 LOCAL_SRC_FILES:= loopback_test.c
DMakefile19 TOOLS = loopback_test
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dloopback.sh34 loopback_test() function
/kernel/linux/linux-5.10/drivers/tty/
Dsynclinkmp.c567 static bool loopback_test(SLMP_INFO *info);
5220 static bool loopback_test(SLMP_INFO *info) in loopback_test() function
5322 if (!loopback_test(info->port_array[0]) || in adapter_test()
5323 !loopback_test(info->port_array[1]) || in adapter_test()
5324 (info->port_count == 4 && !loopback_test(info->port_array[2])) || in adapter_test()
5325 (info->port_count == 4 && !loopback_test(info->port_array[3]))) { in adapter_test()
Dsynclink_gt.c4963 static int loopback_test(struct slgt_info *info) in loopback_test() function
5032 } else if (loopback_test(info) < 0) { in adapter_test()