Home
last modified time | relevance | path

Searched refs:fcache (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c287 struct frag_cache *fcache = CONTAINER_OF(dwork, struct frag_cache, timer); in reass_timeout() local
289 if (fcache->pkt) { in reass_timeout()
290 net_pkt_unref(fcache->pkt); in reass_timeout()
293 fcache->pkt = NULL; in reass_timeout()
294 fcache->size = 0U; in reass_timeout()
295 fcache->tag = 0U; in reass_timeout()
296 fcache->used = false; in reass_timeout()
484 struct frag_cache *fcache; in fragment_add_to_cache() local
509 fcache = get_reass_cache(size, tag); in fragment_add_to_cache()
510 if (!fcache) { in fragment_add_to_cache()
[all …]
/Zephyr-Core-3.7.0/dts/arm/renesas/ra/
Dra-cm4-common.dtsi103 reg-names = "fcache";