Searched refs:cb_remove (Results 1 – 2 of 2) sorted by relevance
39 mlx5_hlist_match_cb cb_match, mlx5_hlist_remove_cb cb_remove) in mlx5_hlist_create() argument45 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() argument245 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()
354 mlx5_hlist_remove_cb cb_remove; /**< entry remove callback. */ member535 mlx5_cache_remove_cb cb_remove; /**< entry remove callback. */ member563 mlx5_cache_remove_cb cb_remove);