Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.h94 struct mlx5_list_const { struct
95 char name[MLX5_NAME_SIZE]; /**< Name of the mlx5 list. */
96 void *ctx; /* user objects target to callback. */
97 bool lcores_share; /* Whether to share objects between the lcores. */
98 rte_spinlock_t lcore_lock; /* Lock for non-lcore list. */
99 mlx5_list_create_cb cb_create; /**< entry create callback. */
100 mlx5_list_match_cb cb_match; /**< entry match callback. */
101 mlx5_list_remove_cb cb_remove; /**< entry remove callback. */
102 mlx5_list_clone_cb cb_clone; /**< entry clone callback. */
103 mlx5_list_clone_free_cb cb_clone_free;