Searched refs:MLX5_SEND_WQE_SHIFT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ | ||
H A D | mlx5dv.h | 362 MLX5_SEND_WQE_SHIFT = 6, enumerator |
H A D | qp.c | 155 return qp->sq_start + (n << MLX5_SEND_WQE_SHIFT); in mlx5_get_send_wqe() |