Home
last modified time | relevance | path

Searched full:drops (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c67 } drops; variable
73 atomic_inc(&drops.cmd); in drop_add()
76 atomic_inc(&drops.evt); in drop_add()
79 atomic_inc(&drops.acl_tx); in drop_add()
82 atomic_inc(&drops.acl_rx); in drop_add()
86 atomic_inc(&drops.sco_tx); in drop_add()
89 atomic_inc(&drops.sco_rx); in drop_add()
93 atomic_inc(&drops.other); in drop_add()
216 encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd); in encode_hdr()
217 encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt); in encode_hdr()
[all …]
/Zephyr-latest/soc/nxp/s32/s32ze/
DKconfig.defconfig26 # NETC drops TCP/UDP packets with invalid checksum
/Zephyr-latest/dts/bindings/regulator/
Draspberrypi,core-supply-regulator.yaml47 Reset if the core voltage drops below this threshold for a particular time
Dregulator.yaml32 description: Offset applied to voltages to compensate for voltage drops
/Zephyr-latest/dts/bindings/charger/
Dmaxim,max20335-charger.yaml53 voltage drops to this level, the charger current
/Zephyr-latest/
D.gitignore62 # Cargo drops lock files in projects to capture resolved dependencies.
/Zephyr-latest/include/zephyr/debug/
Dmipi_stp_decoder.h131 * If detected, then decoder starts to look for ASYNC marker and drops all data
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h83 * and proceeds with standard approach (or optionally drops) for remaining messages.
/Zephyr-latest/doc/services/net_buf/
Dindex.rst129 :c:func:`net_buf_unref()`. When the count drops to zero the buffer is
/Zephyr-latest/include/zephyr/arch/x86/
Dthread_stack.h80 * If a thread starts in, or drops down to user mode, the privilege stack page
/Zephyr-latest/subsys/net/lib/http/
DKconfig151 (i. e. not sending or receiving any data) before the server drops the
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dpower.c142 /* Should only be used if core clocks have been reduced- drops SOC voltage */
/Zephyr-latest/modules/hostap/
DKconfig371 Enable roaming support with wpa_supplicant. When current BSS RSSI drops,
/Zephyr-latest/arch/arc/
DKconfig133 ARCv2 CPUs have ZOL hardware loop mechanism which the ARCv3 ISA drops.
/Zephyr-latest/arch/arm/core/
Duserspace.S200 * Guard the default (user) stack until thread drops privileges.
484 * Guard the default (user) stack until thread drops privileges.
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst134 and version you might experience data corruption or drops if you use the USB CDC
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst155 :c:func:`net_pkt_unref()`. When the count drops to zero the buffer is
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/
Dtest_mutex_apis.c430 * has no owner) and drops its own priority.
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.h416 * @brief pointer to function that drops all bytes in TX/RX fifo
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi626 So, to save resources, this option drops such networks from the scan results.
/Zephyr-latest/doc/project/
Drelease_process.rst88 The mainline release owner releases new -rc drops once or twice a week; a normal
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig131 and the mesh drops the message transmission. To mitigate this
488 of packet drops. When considering the message latency, also consider
/Zephyr-latest/drivers/ethernet/
Deth_numaker.c283 /* Default configuration, DMA drops the packets if error in encapsulated ethernet payload */ in m_numaker_gmacdev_init()
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S203 /* if so, avoid initializing ICOUNTLEVEL which drops single-steps
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c65 PR("Send Drops : %u\n", data->tx_dropped); in print_eth_stats()

12