Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c44 entry = &table->linear_array[cqn]; in mlx5_cq_completion()
131 entry = &table->linear_array[cq->cqn]; in mlx5_core_create_cq()
160 entry = &table->linear_array[cq->cqn]; in mlx5_core_destroy_cq()
268 spin_lock_init(&table->linear_array[x].lock); in mlx5_init_cq_table()
/freebsd-12.1/sys/dev/mlx5/
H A Ddriver.h533 struct mlx5_cq_linear_array_entry linear_array[MLX5_CQ_LINEAR_ARRAY_SIZE]; member