Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/octeontx/
H A Docteontx_fpavf.c96 uint16_t sz128; /* Block size in cache lines */ member
116 unsigned int sz128; in octeontx_fpa_gpool_alloc() local
119 sz128 = FPA_OBJSZ_2_CACHE_LINE(object_size); in octeontx_fpa_gpool_alloc()
135 if (res->sz128 == 0) { in octeontx_fpa_gpool_alloc()
136 res->sz128 = sz128; in octeontx_fpa_gpool_alloc()
138 sz128); in octeontx_fpa_gpool_alloc()
205 if (res->sz128 == 0 || res->domain_id == (uint16_t)~0 || in octeontx_fpa_handle_valid()
466 if (res && res->sz128 != 0) { in octeontx_gpool_free()
467 res->sz128 = 0; in octeontx_gpool_free()
488 return res ? FPA_CACHE_LINE_2_OBJSZ(res->sz128) : 0; in octeontx_fpa_bufpool_block_size()
[all …]