Searched refs:cb_clone (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.c | 34 mlx5_list_clone_cb cb_clone, in mlx5_list_create() argument 40 if (!cb_match || !cb_create || !cb_remove || !cb_clone || in mlx5_list_create() 59 list->l_const.cb_clone = cb_clone; in mlx5_list_create() 136 l_const->cb_clone(l_const->ctx, gentry, ctx); in mlx5_list_cache_insert() 226 local_entry = l_const->cb_clone(l_const->ctx, entry, ctx); in _mlx5_list_register() 392 mlx5_list_clone_cb cb_clone, in mlx5_hlist_create() argument 401 if (!cb_match || !cb_create || !cb_remove || !cb_clone || in mlx5_hlist_create() 433 h->l_const.cb_clone = cb_clone; in mlx5_hlist_create()
|
| H A D | mlx5_common_utils.h | 102 mlx5_list_clone_cb cb_clone; /**< entry clone callback. */ member 169 mlx5_list_clone_cb cb_clone, 301 mlx5_list_clone_cb cb_clone,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 319 mlx5_list_clone_cb cb_clone, in flow_dv_hlist_prepare() argument 332 ctx, cb_create, cb_match, cb_remove, cb_clone, in flow_dv_hlist_prepare()
|