Home
last modified time | relevance | path

Searched full:throughput (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp3279 …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/
Doff_raw_tx_api.h109 * @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/
Dprj.conf4 CONFIG_BT_DEVICE_NAME="ISO Broadcast Throughput"
DREADME.rst62 [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/
Dprj.conf4 CONFIG_BT_DEVICE_NAME="ISO Connected Throughput"
DREADME.rst63 [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/
Dprj.conf14 # Work around bug in throughput calculation
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/
Dprj.conf14 # Work around bug in throughput calculation
/Zephyr-latest/soc/espressif/esp32/
DKconfig77 Larger number of buffers could increase throughput somehow.
85 Larger number of buffers could increase throughput somehow.
/Zephyr-latest/subsys/fs/fcb/
DKconfig24 favor of increased write throughput.
/Zephyr-latest/drivers/ethernet/
DKconfig.cyclonev19 improve throughput, but that requires more transient memory.
DKconfig.dwmac47 improve throughput, but that requires more transient memory.
DKconfig.stm32_hal96 Enable receive and transmit checksum offload to enhance throughput
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/tests_scripts/
Dgatt_write.sh7 simulation_id="ll-throughput"
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c21 /* Write Throughput calculation:
34 * Throughput = 400 * 244 * 8 = 780800 bps
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst16 to change this configuration to increase the logger throughput over BLE.
/Zephyr-latest/drivers/modem/
DKconfig112 Decreasing this value can help increase data throughput when high
115 high can reduce data throughput.
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dmain.c58 LOG_INF("Starting Bluetooth Throughput example"); in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/
Dcompile.sh42 app=tests/bsim/bluetooth/ll/throughput compile
/Zephyr-latest/drivers/wifi/nrf_wifi/
DCMakeLists.txt67 # throughput issues.
/Zephyr-latest/dts/bindings/qspi/
Dst,stm32-qspi.yaml68 effectively doubling the throughput as well as the capacity.
/Zephyr-latest/drivers/flash/
Dflash_shell.c360 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/
Dnvme.h41 uint32_t pmrswtp; /* Persistent Memory Region Sustained Write Throughput */
65 /** Relative Read Throughput */
71 /** Relative Write Throughput */
/Zephyr-latest/subsys/fs/
Dshell.c532 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/
DKconfig563 bool "Throughput based network selection"
565 Select the network based on throughput.

123