Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx5/
Dverbs.c813 int tot_size; in mlx5_calc_send_wqe() local
835 tot_size = max_int(size, inl_size); in mlx5_calc_send_wqe()
837 if (tot_size > ctx->max_sq_desc_sz) in mlx5_calc_send_wqe()
840 return align(tot_size, MLX5_SEND_WQE_BB); in mlx5_calc_send_wqe()