Searched refs:MLX4_INLINE_ALIGN (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dwqe.h58 MLX4_INLINE_ALIGN = 64, enumerator in enum:__anon3805
H A Dqp.c378 off = ((uintptr_t) wqe) & (MLX4_INLINE_ALIGN - 1);
394 while (len >= MLX4_INLINE_ALIGN - off) {
395 to_copy = MLX4_INLINE_ALIGN - off;
589 MLX4_INLINE_ALIGN;
593 MLX4_INLINE_ALIGN;
595 return (data + MLX4_INLINE_ALIGN - sizeof (struct mlx4_wqe_inline_seg) - 1) /
596 (MLX4_INLINE_ALIGN - sizeof (struct mlx4_wqe_inline_seg));
738 (align(wqe_size, MLX4_INLINE_ALIGN) / MLX4_INLINE_ALIGN);
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h447 MLX4_INLINE_ALIGN = 64, enumerator in enum:__anon6846
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c557 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4;
579 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c374 MLX4_INLINE_ALIGN) *
2375 spc = MLX4_INLINE_ALIGN -
2376 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
2653 spc = MLX4_INLINE_ALIGN -
2654 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
2821 spc = MLX4_INLINE_ALIGN -
2822 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));

Completed in 127 milliseconds