Searched refs:MLX5_UMR_MTT_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h282 #define MLX5_UMR_MTT_ALIGNMENT 0x40 macro
283 #define MLX5_UMR_MTT_MASK (MLX5_UMR_MTT_ALIGNMENT - 1)
284 #define MLX5_UMR_MTT_MIN_CHUNK_SIZE MLX5_UMR_MTT_ALIGNMENT
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c553 * UMR copies MTTs in units of MLX5_UMR_MTT_ALIGNMENT bytes.
557 *size = ALIGN(sizeof(u64) * npages, MLX5_UMR_MTT_ALIGNMENT);
763 const int page_index_alignment = MLX5_UMR_MTT_ALIGNMENT / sizeof(u64);
770 /* UMR copies MTTs in units of MLX5_UMR_MTT_ALIGNMENT bytes,
831 MLX5_UMR_MTT_ALIGNMENT);

Completed in 66 milliseconds