Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Dqp.h438 MLX4_INLINE_ALIGN = 64, enumerator
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c367 MLX4_INLINE_ALIGN) * in send_wqe_overhead()
2220 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header()
2221 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1)); in build_sriov_qp0_header()
2451 spc = MLX4_INLINE_ALIGN - in build_mlx_header()
2452 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1)); in build_mlx_header()
2638 spc = MLX4_INLINE_ALIGN - in build_tunnel_header()
2639 ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1)); in build_tunnel_header()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c583 <= MLX4_INLINE_ALIGN) in inline_size()
642 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl; in build_inline_wqe()