Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx5/
H A Ddriver.h228 struct cache_ent;
239 struct cache_ent *cache;
263 struct cache_ent { struct
271 struct cache_ent large; argument
272 struct cache_ent med;
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1250 struct cache_ent *ent = NULL; in alloc_msg()