Searched refs:cb_remove (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.c | 33 mlx5_list_remove_cb cb_remove, in mlx5_list_create() argument 40 if (!cb_match || !cb_create || !cb_remove || !cb_clone || in mlx5_list_create() 58 list->l_const.cb_remove = cb_remove; in mlx5_list_create() 165 l_const->cb_remove(l_const->ctx, entry); in __list_cache_clean() 228 l_const->cb_remove(l_const->ctx, entry); in _mlx5_list_register() 245 l_const->cb_remove(l_const->ctx, entry); in _mlx5_list_register() 295 l_const->cb_remove(l_const->ctx, entry); in _mlx5_list_unregister() 314 l_const->cb_remove(l_const->ctx, gentry); in _mlx5_list_unregister() 358 l_const->cb_remove(l_const->ctx, entry); in mlx5_list_uninit() 391 mlx5_list_remove_cb cb_remove, in mlx5_hlist_create() argument [all …]
|
| H A D | mlx5_common_utils.h | 101 mlx5_list_remove_cb cb_remove; /**< entry remove callback. */ member 168 mlx5_list_remove_cb cb_remove, 300 mlx5_list_remove_cb cb_remove,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 318 mlx5_list_remove_cb cb_remove, in flow_dv_hlist_prepare() argument 332 ctx, cb_create, cb_match, cb_remove, cb_clone, in flow_dv_hlist_prepare()
|