Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx5/
H A Ddriver.h256 struct cache_ent;
267 struct cache_ent *cache;
291 struct cache_ent { struct
299 struct cache_ent large; argument
300 struct cache_ent med;
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1240 struct cache_ent *ent = NULL; in alloc_msg()