Searched refs:xlt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 174 MLX5_SET(mkc, mkc, translations_octword_size, ent->xlt); in add_keys() 643 ent->xlt = (1 << ent->order) * sizeof(struct mlx5_mtt) / in mlx5_mr_cache_init() 886 void *xlt, int page_shift, size_t size, in populate_xlt() argument 895 mlx5_odp_populate_klm(xlt, idx, npages, mr, flags); in populate_xlt() 903 idx, npages, xlt, in populate_xlt() 908 memset(xlt + (npages * sizeof(struct mlx5_mtt)), 0, in populate_xlt() 925 void *xlt; in mlx5_ib_update_xlt() local 960 xlt = (void *)__get_free_pages(gfp, get_order(size)); in mlx5_ib_update_xlt() 961 if (!xlt && size > MLX5_SPARE_UMR_CHUNK) { in mlx5_ib_update_xlt() 966 xlt = (void *)__get_free_pages(gfp, get_order(size)); in mlx5_ib_update_xlt() [all …]
|
| D | odp.c | 1564 ent->xlt = MLX5_IMR_MTT_ENTRIES * in mlx5_odp_init_mr_cache_entry() 1573 ent->xlt = mlx5_imr_ksm_entries * in mlx5_odp_init_mr_cache_entry()
|
| D | mlx5_ib.h | 674 u32 xlt; member
|