Searched full:throughput (Results 1 – 25 of 69) sorted by relevance
123
/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/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/ |
D | off_raw_tx_api.h | 109 * @brief- Throughput mode 110 * Throughput mode to be used for transmitting the packet. 115 /** High Throughput mode (11n) */ 117 /** Very high throughput mode (11ac) */ 125 /** Highest throughput mode currently defined */ 153 /** Throughput mode for packet transmittion. Refer &enum nrf_wifi_off_raw_tx_tput_mode */
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | prj.conf | 4 CONFIG_BT_DEVICE_NAME="ISO Broadcast Throughput"
|
D | README.rst | 62 [00:00:00.447,845] <inf> iso_broadcast_main: Starting Bluetooth Throughput 96 [00:00:00.447,845] <inf> iso_broadcast_main: Starting Bluetooth Throughput
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | prj.conf | 4 CONFIG_BT_DEVICE_NAME="ISO Connected Throughput"
|
D | README.rst | 63 [00:00:00.392,333] <inf> iso_connected: Starting Bluetooth Throughput example 95 [00:00:00.459,869] <inf> iso_connected: Starting Bluetooth Throughput example
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/ |
D | prj.conf | 14 # Work around bug in throughput calculation
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/ |
D | prj.conf | 14 # Work around bug in throughput calculation
|
/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/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/tests/bsim/bluetooth/ll/throughput/tests_scripts/ |
D | gatt_write.sh | 7 simulation_id="ll-throughput"
|
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/ |
D | main.c | 21 /* Write Throughput calculation: 34 * Throughput = 400 * 244 * 8 = 780800 bps
|
/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/modem/ |
D | Kconfig | 112 Decreasing this value can help increase data throughput when high 115 high can reduce data throughput.
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | main.c | 58 LOG_INF("Starting Bluetooth Throughput example"); in main()
|
/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/dts/bindings/qspi/ |
D | st,stm32-qspi.yaml | 68 effectively doubling the throughput as well as the capacity.
|
/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/drivers/disk/nvme/ |
D | nvme.h | 41 uint32_t pmrswtp; /* Persistent Memory Region Sustained Write Throughput */ 65 /** Relative Read Throughput */ 71 /** Relative Write Throughput */
|
/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/modules/hostap/ |
D | Kconfig | 563 bool "Throughput based network selection" 565 Select the network based on throughput.
|
123