Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_core.h195 #define PKT_FIRST_FREE (1ULL << 23) macro
H A Drte_mbuf_dyn.c131 for (mask = PKT_FIRST_FREE; mask <= PKT_LAST_FREE; mask <<= 1) in init_shared_mem()