Searched refs:drops (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 67 } 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/ |
D | Kconfig.defconfig | 26 # NETC drops TCP/UDP packets with invalid checksum
|
/Zephyr-latest/ |
D | .gitignore | 62 # Cargo drops lock files in projects to capture resolved dependencies.
|
/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 129 :c:func:`net_buf_unref()`. When the count drops to zero the buffer is
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 151 (i. e. not sending or receiving any data) before the server drops the
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 134 and version you might experience data corruption or drops if you use the USB CDC
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 371 Enable roaming support with wpa_supplicant. When current BSS RSSI drops,
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 133 ARCv2 CPUs have ZOL hardware loop mechanism which the ARCv3 ISA drops.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 155 :c:func:`net_pkt_unref()`. When the count drops to zero the buffer is
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 88 The mainline release owner releases new -rc drops once or twice a week; a normal
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 626 So, to save resources, this option drops such networks from the scan results.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 1615 * :github:`13050` - net: Zephyr drops TCPv4 packet with extended MAC frame size 1628 * :github:`12982` - net: Zephyr drops IPv4 packet with extended MAC frame size 1774 * :github:`12164` - net: icmpv4: Zephyr drops ICMPv4 packet with correct checksum 0 1827 * :github:`11763` - logger drops log messages without any indication 1846 * :github:`11618` - net: icmpv4: Zephyr drops valid echo request
|
D | release-notes-1.12.rst | 350 * :github:`4012` - echo_server with DTLS drops lots of packets on frdm_k64f
|
D | release-notes-2.1.rst | 758 * :github:`19176` - NET: LLMNR: zephyr drops IPV4 LLMNR packets
|
D | release-notes-3.0.rst | 1174 * :github:`40107` - lwm2m: if network drops during firmware update, lock occurs
|
D | release-notes-3.3.rst | 2568 * Flash Map API drops ``fa_device_id`` from :c:struct:`flash_area`, as it 3529 …API Change: SMP (Simple Management Protocol) transport API within MCUMgr drops ``zephyr_`` prefix…
|
D | release-notes-2.5.rst | 241 * Removed CONFIG_SWITCH_TO_EL1 symbol. By default the execution now drops
|
D | release-notes-3.2.rst | 1413 * MCUMGR transport API drops ``zst`` parameter, of :c:struct:`zephyr_smp_transport`
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 131 and the mesh drops the message transmission. To mitigate this 488 of packet drops. When considering the message latency, also consider
|
/Zephyr-latest/arch/ |
D | Kconfig | 405 API call, or when the number of references to that object drops to
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 775 running in supervisor mode. If the thread drops to user mode, there is no guard
|