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

/linux-master/include/linux/mlx4/
H A Dqp.h443 MLX4_INLINE_ALIGN = 64, enumerator in enum:__anon939
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c629 <= MLX4_INLINE_ALIGN)
696 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c325 MLX4_INLINE_ALIGN) *
2942 spc = MLX4_INLINE_ALIGN -
2943 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
3243 spc = MLX4_INLINE_ALIGN -
3244 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
3412 spc = MLX4_INLINE_ALIGN -
3413 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));

Completed in 282 milliseconds