Home
last modified time | relevance | path

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

/dpdk/lib/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()
/dpdk/lib/mempool/
H A Drte_mempool.h1334 void **cache_objs; in rte_mempool_do_generic_put() local
1344 cache_objs = &cache->objs[cache->len]; in rte_mempool_do_generic_put()
1354 rte_memcpy(&cache_objs[0], obj_table, sizeof(void *) * n); in rte_mempool_do_generic_put()
1461 void **cache_objs; in rte_mempool_do_generic_get() local
1467 cache_objs = cache->objs; in rte_mempool_do_generic_get()
1492 *obj_table = cache_objs[len]; in rte_mempool_do_generic_get()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_avx512.c905 void **cache_objs; in i40e_tx_free_bufs_avx512() local
912 cache_objs = &cache->objs[cache->len]; in i40e_tx_free_bufs_avx512()
933 _mm512_storeu_si512(&cache_objs[copied], a); in i40e_tx_free_bufs_avx512()
934 _mm512_storeu_si512(&cache_objs[copied + 8], b); in i40e_tx_free_bufs_avx512()
935 _mm512_storeu_si512(&cache_objs[copied + 16], c); in i40e_tx_free_bufs_avx512()
936 _mm512_storeu_si512(&cache_objs[copied + 24], d); in i40e_tx_free_bufs_avx512()
/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_avx512.c1000 void **cache_objs; in ice_tx_free_bufs_avx512() local
1007 cache_objs = &cache->objs[cache->len]; in ice_tx_free_bufs_avx512()
1028 _mm512_storeu_si512(&cache_objs[copied], a); in ice_tx_free_bufs_avx512()
1029 _mm512_storeu_si512(&cache_objs[copied + 8], b); in ice_tx_free_bufs_avx512()
1030 _mm512_storeu_si512(&cache_objs[copied + 16], c); in ice_tx_free_bufs_avx512()
1031 _mm512_storeu_si512(&cache_objs[copied + 24], d); in ice_tx_free_bufs_avx512()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c1728 void **cache_objs; in iavf_tx_free_bufs_avx512() local
1733 cache_objs = &cache->objs[cache->len]; in iavf_tx_free_bufs_avx512()
1754 _mm512_storeu_si512(&cache_objs[copied], a); in iavf_tx_free_bufs_avx512()
1755 _mm512_storeu_si512(&cache_objs[copied + 8], b); in iavf_tx_free_bufs_avx512()
1756 _mm512_storeu_si512(&cache_objs[copied + 16], c); in iavf_tx_free_bufs_avx512()
1757 _mm512_storeu_si512(&cache_objs[copied + 24], d); in iavf_tx_free_bufs_avx512()