Searched defs:mlx5_cache_ent (Results 1 – 1 of 1) sorted by relevance
730 struct mlx5_cache_ent { struct731 struct xarray mkeys;732 unsigned long stored;733 unsigned long reserved;735 char name[4];736 u32 order;737 u32 access_mode;738 u32 page;739 unsigned int ndescs;764 struct mlx5_cache_ent *ent; argument