Searched refs:cb_match (Results 1 – 2 of 2) sorted by relevance
353 mlx5_hlist_match_cb cb_match; /**< entry match callback. */ member386 mlx5_hlist_match_cb cb_match,534 mlx5_cache_match_cb cb_match; /**< entry match callback. */ member562 mlx5_cache_match_cb cb_match,
39 mlx5_hlist_match_cb cb_match, mlx5_hlist_remove_cb cb_remove) in mlx5_hlist_create() argument73 h->cb_match = cb_match ? cb_match : mlx5_hlist_default_match_cb; in mlx5_hlist_create()95 if (!h->cb_match(h, node, key, ctx)) { in __hlist_lookup()241 mlx5_cache_match_cb cb_match, in mlx5_cache_list_init() argument245 if (!cb_match || (!cb_create ^ !cb_remove)) in mlx5_cache_list_init()252 list->cb_match = cb_match; in mlx5_cache_list_init()266 if (list->cb_match(list, entry, ctx)) in __cache_lookup()