Searched defs:mlx5_cache_list (Results 1 – 1 of 1) sorted by relevance
526 struct mlx5_cache_list { struct527 char name[MLX5_NAME_SIZE]; /**< Name of the cache list. */528 uint32_t entry_sz; /**< Entry size, 0: use create callback. */529 rte_rwlock_t lock; /* read/write lock. */530 uint32_t gen_cnt; /* List modification will update generation count. */531 uint32_t count; /* number of entries in list. */532 void *ctx; /* user objects target to callback. */533 mlx5_cache_create_cb cb_create; /**< entry create callback. */534 mlx5_cache_match_cb cb_match; /**< entry match callback. */535 mlx5_cache_remove_cb cb_remove; /**< entry remove callback. */