Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dsrq.c214 return ctx->srq_table[tind].table[srqn & MLX5_SRQ_TABLE_MASK]; in mlx5_find_srq()
243 ctx->srq_table[tind].table[srqn & MLX5_SRQ_TABLE_MASK] = NULL; in mlx5_clear_srq()
H A Dmlx5.h124 MLX5_SRQ_TABLE_MASK = (1 << MLX5_SRQ_TABLE_SHIFT) - 1, enumerator