Home
last modified time | relevance | path

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

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