Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_tbl_meta_cache.c20 struct rte_hash *cache = NULL; in sfc_tbl_meta_cache_ctor() local
51 struct rte_hash *cache = *ref_cache; in sfc_tbl_meta_cache_dtor() local
176 sfc_tbl_meta_cache_add(struct rte_hash *cache, efx_nic_t *enp, in sfc_tbl_meta_cache_add()
206 sfc_tbl_meta_cache_update(struct rte_hash *cache, efx_nic_t *enp) in sfc_tbl_meta_cache_update()
H A Dsfc_tbl_meta.h26 struct rte_hash *cache; member
H A Dsfc_sw_stats.c494 uint64_t *cache = sa->sw_stats.cache; in sfc_sw_stats_clear_cache() local
746 uint64_t **cache = &sa->sw_stats.cache; in sfc_sw_xstats_configure() local
H A Dsfc.h188 uint64_t *cache; member
199 uint64_t *cache; member
/dpdk/drivers/net/mlx5/hws/
H A Dmlx5dr_pat_arg.c78 int mlx5dr_pat_init_pattern_cache(struct mlx5dr_pattern_cache **cache) in mlx5dr_pat_init_pattern_cache()
95 void mlx5dr_pat_uninit_pattern_cache(struct mlx5dr_pattern_cache *cache) in mlx5dr_pat_uninit_pattern_cache()
130 mlx5dr_pat_find_cached_pattern(struct mlx5dr_pattern_cache *cache, in mlx5dr_pat_find_cached_pattern()
148 mlx5dr_pat_get_existing_cached_pattern(struct mlx5dr_pattern_cache *cache, in mlx5dr_pat_get_existing_cached_pattern()
166 mlx5dr_pat_add_pattern_to_cache(struct mlx5dr_pattern_cache *cache, in mlx5dr_pat_add_pattern_to_cache()
204 mlx5dr_pat_find_cached_pattern_by_obj(struct mlx5dr_pattern_cache *cache, in mlx5dr_pat_find_cached_pattern_by_obj()
228 struct mlx5dr_pattern_cache *cache = ctx->pattern_cache; in mlx5dr_pat_put_pattern() local
/dpdk/lib/mempool/
H A Drte_mempool.h358 #define RTE_MEMPOOL_CACHE_STAT_ADD(cache, name, n) ((cache)->stats.name += (n)) argument
360 #define RTE_MEMPOOL_CACHE_STAT_ADD(cache, name, n) do {} while (0) argument
1353 rte_mempool_cache_flush(struct rte_mempool_cache *cache, in rte_mempool_cache_flush()
1379 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_do_generic_put()
1443 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_put()
1468 struct rte_mempool_cache *cache; in rte_mempool_put_bulk() local
1508 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_do_generic_get()
1646 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_get()
1681 struct rte_mempool_cache *cache; in rte_mempool_get_bulk() local
H A Drte_mempool.c747 mempool_cache_init(struct rte_mempool_cache *cache, uint32_t size) in mempool_cache_init()
767 struct rte_mempool_cache *cache; in rte_mempool_cache_create() local
794 rte_mempool_cache_free(struct rte_mempool_cache *cache) in rte_mempool_cache_free()
1191 const struct rte_mempool_cache *cache; in mempool_audit_cache() local
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_usd.h39 uint32_t cache; member
/dpdk/examples/ipsec-secgw/
H A Dsad.c84 struct ipsec_sad_cache *cache; in ipsec_sad_lcore_cache_init() local
H A Dsad.h78 struct ipsec_sad_cache *cache; sad_lookup() local
[all...]
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c55 struct rte_mempool_cache *cache; in dpaa_mbuf_create_pool() local
/dpdk/drivers/net/mana/
H A Dmr.c240 struct mana_mr_cache **cache) in mana_mr_btree_lookup()
/dpdk/lib/member/
H A Drte_member.h153 uint8_t cache; /* If it is cache mode for ht based. */ member
[all...]
/dpdk/drivers/net/mlx4/
H A Dmlx4.h183 struct mlx4_mr_btree cache; /* Global MR cache table. */ member
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dprocess.c187 uint32_t cache; member
/dpdk/app/test/
H A Dtest_mempool.c86 struct rte_mempool_cache *cache; in test_mempool_basic() local
H A Dtest_dmadev.c969 struct rte_mempool_cache *cache; in test_m2d_auto_free() local
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c610 struct mlx5_mr_btree cache = {0}; in mlx5_mr_expand_cache() local