Home
last modified time | relevance | path

Searched refs:PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDkernel.h134 #undef PTR_ALIGN
135 #define PTR_ALIGN(p, a) ((__typeof(p))ALIGN((uintptr_t)(p), (a))) macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_mr.c562 pas = PTR_ALIGN(*mr_pas, MLX5_UMR_ALIGN); in dma_map_mr_pas()
1238 mr->descs = PTR_ALIGN(mr->descs_alloc, MLX5_UMR_ALIGN); in mlx5_alloc_priv_descs()