| /dpdk/drivers/net/sfc/ |
| H A D | sfc_tbl_meta_cache.c | 20 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 D | sfc_tbl_meta.h | 26 struct rte_hash *cache; member
|
| H A D | sfc_sw_stats.c | 494 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 D | sfc.h | 188 uint64_t *cache; member 199 uint64_t *cache; member
|
| /dpdk/drivers/net/mlx5/hws/ |
| H A D | mlx5dr_pat_arg.c | 78 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 D | rte_mempool.h | 358 #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 D | rte_mempool.c | 747 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 D | fsl_usd.h | 39 uint32_t cache; member
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sad.c | 84 struct ipsec_sad_cache *cache; in ipsec_sad_lcore_cache_init() local
|
| H A D | sad.h | 78 struct ipsec_sad_cache *cache; sad_lookup() local [all...] |
| /dpdk/drivers/mempool/dpaa/ |
| H A D | dpaa_mempool.c | 55 struct rte_mempool_cache *cache; in dpaa_mbuf_create_pool() local
|
| /dpdk/drivers/net/mana/ |
| H A D | mr.c | 240 struct mana_mr_cache **cache) in mana_mr_btree_lookup()
|
| /dpdk/lib/member/ |
| H A D | rte_member.h | 153 uint8_t cache; /* If it is cache mode for ht based. */ member [all...] |
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4.h | 183 struct mlx4_mr_btree cache; /* Global MR cache table. */ member
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | process.c | 187 uint32_t cache; member
|
| /dpdk/app/test/ |
| H A D | test_mempool.c | 86 struct rte_mempool_cache *cache; in test_mempool_basic() local
|
| H A D | test_dmadev.c | 969 struct rte_mempool_cache *cache; in test_m2d_auto_free() local
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 610 struct mlx5_mr_btree cache = {0}; in mlx5_mr_expand_cache() local
|