Searched refs:throughput (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-latest/subsys/fs/fcb/ |
D | Kconfig | 24 favor of increased write throughput.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.cyclonev | 19 improve throughput, but that requires more transient memory.
|
D | Kconfig.dwmac | 47 improve throughput, but that requires more transient memory.
|
D | Kconfig.stm32_hal | 96 Enable receive and transmit checksum offload to enhance throughput
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig | 77 Larger number of buffers could increase throughput somehow. 85 Larger number of buffers could increase throughput somehow.
|
/Zephyr-latest/subsys/fs/ |
D | shell.c | 532 double throughput = size; in speed_output() local 536 throughput /= (time_per_loop / 1000.0); in speed_output() 539 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output() 540 throughput /= (double)speed_divisor; in speed_output() 545 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 360 double throughput = size; in speed_output() local 364 throughput /= (time_per_loop / 1000.0); in speed_output() 367 while (throughput >= (double)speed_divisor && speed_index < ARRAY_SIZE(speed_types)) { in speed_output() 368 throughput /= (double)speed_divisor; in speed_output() 373 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
|
/Zephyr-latest/samples/subsys/logging/ble_backend/ |
D | README.rst | 16 to change this configuration to increase the logger throughput over BLE.
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 79 …A higher number may allow higher throughput but increases memory use. If ESP32_WIFI_AMPDU_RX_ENABL… 81 achieve better throughput and compatibility with both stations and APs. 235 higher throughput but more memory. Most of time we should NOT change the 237 UDP TX throughput with iperf etc. For iperf test in shieldbox, 255 higher throughput and better compatibility but more memory. Most of time 257 e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in 260 should be 16 to achieve better throughput and compatibility with both 284 but Wi-Fi throughput will be reduced.
|
/Zephyr-latest/tests/bsim/bluetooth/ll/ |
D | compile.sh | 42 app=tests/bsim/bluetooth/ll/throughput compile
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | CMakeLists.txt | 67 # throughput issues.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 112 Decreasing this value can help increase data throughput when high 115 high can reduce data throughput.
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 123 :ref:`zperf` / iPerf can be used to perform network throughput measurements.
|
/Zephyr-latest/drivers/sensor/maxim/max30101/ |
D | Kconfig | 19 To reduce the amount of data throughput, adjacent samples (in each
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 33 throughput.
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 45 DMA, can provide significantly higher throughput but are still inherently
|
/Zephyr-latest/boards/renesas/ek_ra6m4/doc/ |
D | index.rst | 13 ensures high data throughput. The RA6M4 is suitable for IoT applications
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 125 this value can improve connection throughput, but requires more
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 565 Select the network based on throughput.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 7 in a mesh network, with a purpose of enhancing the Bluetooth Mesh throughput. The segmentation and
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 207 this value can improve connection throughput, but requires more
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 182 removed from the binary. This mode uses more read-only memory and has lower throughput because
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1085 bool "Measure incoming Tx throughput" 1087 Measure incoming Tx throughput and log the results. 1110 data throughput.
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 382 get higher throughput. The relative priorities of different tasks 954 traffic throughput.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 704 * Improved TCP stack throughput over loopback interface. 713 window availability. This allows to improve throughput greatly in low-buffer 1409 * :github:`45367` - net: tcp: Scheduling dependent throughput 1985 * :github:`19244` - BLE throughput of DFU by Mcumgr is too slow
|
12