Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c76 cq = table->linear_array[cqn].cq; in mlx5_cq_completion()
108 cq = table->linear_array[cqn].cq; in mlx5_cq_event()
146 table->linear_array[cq->cqn].cq = cq; in mlx5_core_create_cq()
174 table->linear_array[cq->cqn].cq = NULL; in mlx5_core_destroy_cq()
/freebsd/sys/dev/mlx5/
H A Ddriver.h540 struct mlx5_cq_linear_array_entry linear_array[MLX5_CQ_LINEAR_ARRAY_SIZE]; member