MLX5_WQE_DS_UNITS
if (ds * MLX5_WQE_DS_UNITS > wqe_length) {
*wqe_end = *wqe + ds * MLX5_WQE_DS_UNITS;
wqe_length = ds * MLX5_WQE_DS_UNITS;