Home
last modified time | relevance | path

Searched refs:collisions (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/samples/net/capture/
DREADME.rst62 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
71 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
80 TX errors 8 dropped 8 overruns 0 carrier 8 collisions 0
89 TX errors 7 dropped 0 overruns 0 carrier 0 collisions 0
98 TX errors 7 dropped 7 overruns 0 carrier 0 collisions 0
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_stats.h451 net_stats_t collisions; member
/Zephyr-Core-3.5.0/arch/x86/zefi/
DREADME.txt84 at 0x10000. Even given collisions, this is probably tolerable, as we
/Zephyr-Core-3.5.0/boards/arm/stm32h7b3i_dk/doc/
Dindex.rst171 `STM32H7B3I_DK board schematics`_ for possible collisions if using that connector.
/Zephyr-Core-3.5.0/doc/services/binary_descriptors/
Dindex.rst108 To avoid collisions with user defined descriptors, the standard descriptors were alloted
/Zephyr-Core-3.5.0/samples/bluetooth/ipsp/
DREADME.rst138 collisions:0 txqueuelen:1000
/Zephyr-Core-3.5.0/doc/services/crypto/
Dtinycrypt.rst167 tags (e.g. 2^64) to finally be able to look for collisions and benefit
/Zephyr-Core-3.5.0/doc/hardware/peripherals/canbus/
Dcontroller.rst88 arbitration phase. During the arbitration phase, write collisions are allowed.
/Zephyr-Core-3.5.0/doc/contribute/coding_guidelines/
Dindex.rst1259 Rule A.3: Macro name collisions
1271 not be modified or protected to avoid name collisions with other
1284 Finally, this rule applies to inter-module name collisions as well: in that case
1298 to avoid collisions.
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.6.rst109 * Makefile: Changed outdir into board-specific directory to avoid build collisions.
Drelease-notes-3.5.rst202 * Added full virtual addresses support with the collisions resolution. The
/Zephyr-Core-3.5.0/dts/bindings/
Dvendor-prefixes.txt5 # before using them to avoid name-space collisions.
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/
DKconfig.ll_sw_split1042 be used in resolving collisions.
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_shell.c899 PR("Collisions : %u\n", data->collisions); in print_eth_stats()