Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_stack/
H A Drte_stack_std.h28 void **cache_objs; in __rte_stack_std_push() local
31 cache_objs = &stack->objs[stack->len]; in __rte_stack_std_push()
41 cache_objs[index] = *obj_table; in __rte_stack_std_push()
66 void **cache_objs; in __rte_stack_std_pop() local
75 cache_objs = stack->objs; in __rte_stack_std_pop()
79 *obj_table = cache_objs[len]; in __rte_stack_std_pop()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h1288 void **cache_objs; in __mempool_generic_put() local
1297 cache_objs = &cache->objs[cache->len]; in __mempool_generic_put()
1307 rte_memcpy(&cache_objs[0], obj_table, sizeof(void *) * n); in __mempool_generic_put()
1414 void **cache_objs; in __mempool_generic_get() local
1420 cache_objs = cache->objs; in __mempool_generic_get()
1445 *obj_table = cache_objs[len]; in __mempool_generic_get()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx512.c846 void **cache_objs; in ice_tx_free_bufs_avx512() local
853 cache_objs = &cache->objs[cache->len]; in ice_tx_free_bufs_avx512()
874 _mm512_storeu_si512(&cache_objs[copied], a); in ice_tx_free_bufs_avx512()
875 _mm512_storeu_si512(&cache_objs[copied + 8], b); in ice_tx_free_bufs_avx512()
876 _mm512_storeu_si512(&cache_objs[copied + 16], c); in ice_tx_free_bufs_avx512()
877 _mm512_storeu_si512(&cache_objs[copied + 24], d); in ice_tx_free_bufs_avx512()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c1427 void **cache_objs; in iavf_tx_free_bufs_avx512() local
1432 cache_objs = &cache->objs[cache->len]; in iavf_tx_free_bufs_avx512()
1453 _mm512_storeu_si512(&cache_objs[copied], a); in iavf_tx_free_bufs_avx512()
1454 _mm512_storeu_si512(&cache_objs[copied + 8], b); in iavf_tx_free_bufs_avx512()
1455 _mm512_storeu_si512(&cache_objs[copied + 16], c); in iavf_tx_free_bufs_avx512()
1456 _mm512_storeu_si512(&cache_objs[copied + 24], d); in iavf_tx_free_bufs_avx512()