Searched defs:mlx5_cache_ent (Results 1 – 2 of 2) sorted by relevance
668 struct mlx5_cache_ent { struct669 struct list_head head;672 spinlock_t lock;675 char name[4];676 u32 order;677 u32 xlt;678 u32 access_mode;679 u32 page;681 u8 disabled:1;682 u8 fill_to_high_water:1;[all …]
756 struct mlx5_cache_ent { struct757 struct xarray mkeys;758 unsigned long stored;759 unsigned long reserved;761 char name[4];763 struct rb_node node;764 struct mlx5r_cache_rb_key rb_key;766 u8 is_tmp:1;790 struct mlx5_cache_ent *ent; argument