Searched defs:mlx5_mr_ctrl (Results 1 – 1 of 1) sorted by relevance
67 struct mlx5_mr_ctrl { struct68 uint32_t *dev_gen_ptr; /* Generation number of device to poll. */69 uint32_t cur_gen; /* Generation number saved to flush caches. */70 uint16_t mru; /* Index of last hit entry in top-half cache. */71 uint16_t head; /* Index of the oldest entry in top-half cache. */72 struct mr_cache_entry cache[MLX5_MR_CACHE_N]; /* Cache for top-half. */73 struct mlx5_mr_btree cache_bh; /* Cache for bottom-half. */