Home
last modified time | relevance | path

Searched refs:inl_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c827 int inl_size = 0; in mlx5_calc_send_wqe() local
836 inl_size = size + align(sizeof(struct mlx5_wqe_inl_data_seg) + in mlx5_calc_send_wqe()
851 tot_size = max_int(size, inl_size); in mlx5_calc_send_wqe()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c331 int inl_size = 0; in calc_send_wqe() local
339 inl_size = size + sizeof(struct mlx5_wqe_inline_seg) + in calc_send_wqe()
345 ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB) < MLX5_SIG_WQE_SIZE) in calc_send_wqe()
348 return ALIGN(max_t(int, inl_size, size), MLX5_SEND_WQE_BB); in calc_send_wqe()