Home
last modified time | relevance | path

Searched refs:cb_remove (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c39 mlx5_hlist_match_cb cb_match, mlx5_hlist_remove_cb cb_remove) in mlx5_hlist_create() argument
45 if (!size || (!cb_create ^ !cb_remove)) in mlx5_hlist_create()
74 h->cb_remove = cb_remove ? cb_remove : mlx5_hlist_default_remove_cb; in mlx5_hlist_create()
187 h->cb_remove(h, entry); in mlx5_hlist_unregister()
214 h->cb_remove(h, entry); in mlx5_hlist_destroy()
242 mlx5_cache_remove_cb cb_remove) in mlx5_cache_list_init() argument
245 if (!cb_match || (!cb_create ^ !cb_remove)) in mlx5_cache_list_init()
253 list->cb_remove = cb_remove ? cb_remove : mlx5_clist_default_remove_cb; in mlx5_cache_list_init()
349 list->cb_remove(list, entry); in mlx5_cache_unregister()
366 list->cb_remove(list, entry); in mlx5_cache_list_destroy()
H A Dmlx5_utils.h354 mlx5_hlist_remove_cb cb_remove; /**< entry remove callback. */ member
535 mlx5_cache_remove_cb cb_remove; /**< entry remove callback. */ member
563 mlx5_cache_remove_cb cb_remove);