Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c110 hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx, bool reuse) in hlist_lookup() function
124 return hlist_lookup(h, key, ctx, false); in mlx5_hlist_lookup()
139 entry = hlist_lookup(h, key, ctx, true); in mlx5_hlist_register()