Home
last modified time | relevance | path

Searched defs:chunks (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/socket/udp/
Dgenerate-c-string.py23 chunks = CHUNK * ceil(args.size / len(CHUNK)) variable
/Zephyr-Core-3.7.0/drivers/ethernet/
Doa_tc6.c175 uint8_t chunks, i; in oa_tc6_send_chunks() local
Deth_adin2111.c353 uint8_t chunks, i; in eth_adin2111_send_oa_frame() local
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Ddelayable_msg.c33 sys_slist_t chunks; member
/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/
Dhawkbit_priv.h129 struct hawkbit_dep_res_chunk chunks[HAWKBIT_DEP_MAX_CHUNKS]; member
/Zephyr-Core-3.7.0/lib/heap/
Dheap.h80 static inline bool big_heap_chunks(chunksz_t chunks) in big_heap_chunks()