Home
last modified time | relevance | path

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

/subsys/net/lib/zperf/
A DKconfig6 bool "zperf library"
10 This option enables zperf library, which allows to generate
12 with other devices running zperf or a desktop running the
37 int "zperf work queue thread priority"
40 Priority of the thread that handles zperf work queue.
43 int "zperf work queue thread stack size"
50 module-str = Log level for zperf
51 module-help = Enable debug message of zperf library.
62 bool "zperf server support"
68 int "Maximum number of zperf sessions"
[all …]
A Dzperf_tcp_uploader.c181 k_event_wait(ses->zperf->start_event, START_EVENT, true, K_FOREVER); in tcp_upload_async_work()
278 struct zperf_work *zperf; in zperf_tcp_upload_async() local
299 zperf = get_queue(SESSION_TCP, ses->id); in zperf_tcp_upload_async()
301 queue = zperf->queue; in zperf_tcp_upload_async()
313 ses->zperf = zperf; in zperf_tcp_upload_async()
A Dzperf_udp_uploader.c376 k_event_wait(ses->zperf->start_event, START_EVENT, true, K_FOREVER); in udp_upload_async_work()
418 struct zperf_work *zperf; in zperf_udp_upload_async() local
439 zperf = get_queue(SESSION_UDP, ses->id); in zperf_udp_upload_async()
441 queue = zperf->queue; in zperf_udp_upload_async()
453 ses->zperf = zperf; in zperf_udp_upload_async()
A DCMakeLists.txt3 zephyr_library_named(zperf)
A Dzperf_session.h57 struct zperf_work *zperf; member
A Dzperf_shell.c2091 SHELL_CMD_REGISTER(zperf, &zperf_commands, "Zperf commands", NULL);
/subsys/net/lib/
A DCMakeLists.txt17 add_subdirectory_ifdef(CONFIG_NET_ZPERF zperf)
A DKconfig56 source "subsys/net/lib/zperf/Kconfig"

Completed in 28 milliseconds