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

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dwqe.h48 MLX4_INLINE_ALIGN = 64, enumerator in enum:__anon3893
H A Dqp.c311 off = ((uintptr_t) wqe) & (MLX4_INLINE_ALIGN - 1);
327 while (len >= MLX4_INLINE_ALIGN - off) {
328 to_copy = MLX4_INLINE_ALIGN - off;
522 MLX4_INLINE_ALIGN;
526 MLX4_INLINE_ALIGN;
528 return (data + MLX4_INLINE_ALIGN - sizeof (struct mlx4_wqe_inline_seg) - 1) /
529 (MLX4_INLINE_ALIGN - sizeof (struct mlx4_wqe_inline_seg));
668 (align(wqe_size, MLX4_INLINE_ALIGN) / MLX4_INLINE_ALIGN);
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Dqp.h316 MLX4_INLINE_ALIGN = 64, enumerator in enum:__anon10208
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c512 <= MLX4_INLINE_ALIGN)
599 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c322 MLX4_INLINE_ALIGN) *
1637 spc = MLX4_INLINE_ALIGN -
1638 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
1863 off = ((unsigned long)wqe) & (unsigned long)(MLX4_INLINE_ALIGN - 1);
1877 while (len >= MLX4_INLINE_ALIGN - off) {
1878 to_copy = MLX4_INLINE_ALIGN - off;

Completed in 162 milliseconds