Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c78 #define FPA_OBJSZ_2_CACHE_LINE(sz) (((sz) + RTE_CACHE_LINE_MASK) >> 7) macro
119 sz128 = FPA_OBJSZ_2_CACHE_LINE(object_size); in octeontx_fpa_gpool_alloc()