Searched refs:zperf (Results 1 – 8 of 8) sorted by relevance
| /subsys/net/lib/zperf/ |
| A D | Kconfig | 6 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 D | zperf_tcp_uploader.c | 181 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 D | zperf_udp_uploader.c | 376 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 D | CMakeLists.txt | 3 zephyr_library_named(zperf)
|
| A D | zperf_session.h | 57 struct zperf_work *zperf; member
|
| A D | zperf_shell.c | 2091 SHELL_CMD_REGISTER(zperf, &zperf_commands, "Zperf commands", NULL);
|
| /subsys/net/lib/ |
| A D | CMakeLists.txt | 17 add_subdirectory_ifdef(CONFIG_NET_ZPERF zperf)
|
| A D | Kconfig | 56 source "subsys/net/lib/zperf/Kconfig"
|
Completed in 28 milliseconds