Searched refs:cq_table (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h879 struct mlx4_cq_table cq_table; member in struct:mlx4_priv
H A Dmlx4_main.c1529 err = mlx4_init_icm_table(dev, &priv->cq_table.cmpt_table,
1550 mlx4_cleanup_icm_table(dev, &priv->cq_table.cmpt_table);
1684 err = mlx4_init_icm_table(dev, &priv->cq_table.table,
1728 mlx4_cleanup_icm_table(dev, &priv->cq_table.table);
1753 mlx4_cleanup_icm_table(dev, &priv->cq_table.cmpt_table);
1772 mlx4_cleanup_icm_table(dev, &priv->cq_table.table);
1781 mlx4_cleanup_icm_table(dev, &priv->cq_table.cmpt_table);
H A Dmlx4_cq.c58 cq = radix_tree_lookup(&mlx4_priv(dev)->cq_table.tree,
72 struct mlx4_cq_table *cq_table = &mlx4_priv(dev)->cq_table; local
75 spin_lock(&cq_table->lock);
77 cq = radix_tree_lookup(&cq_table->tree, cqn & (dev->caps.num_cqs - 1));
81 spin_unlock(&cq_table->lock);
168 struct mlx4_cq_table *cq_table = &priv->cq_table; local
171 *cqn = mlx4_bitmap_alloc(&cq_table->bitmap);
175 err = mlx4_table_get(dev, &cq_table
214 struct mlx4_cq_table *cq_table = &priv->cq_table; local
243 struct mlx4_cq_table *cq_table = &priv->cq_table; local
315 struct mlx4_cq_table *cq_table = &priv->cq_table; local
341 struct mlx4_cq_table *cq_table = &mlx4_priv(dev)->cq_table; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c39 struct mlx5_cq_table *table = &dev->priv.cq_table;
79 struct mlx5_cq_table *table = &dev->priv.cq_table;
105 struct mlx5_cq_table *table = &dev->priv.cq_table;
151 struct mlx5_cq_table *table = &dev->priv.cq_table;
261 struct mlx5_cq_table *table = &dev->priv.cq_table;
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h587 struct mlx5_cq_table cq_table; member in struct:mlx5_priv
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_main.c477 mdev->cq_table.table = mthca_alloc_icm_table(mdev, init_hca->cqc_base,
482 if (!mdev->cq_table.table) {
528 mthca_free_icm_table(mdev, mdev->cq_table.table);
563 mthca_free_icm_table(mdev, mdev->cq_table.table);
H A Dmthca_dev.h345 struct mthca_cq_table cq_table; member in struct:mthca_dev
H A Dmthca_cq.c226 cq = mthca_array_get(&dev->cq_table.cq, cqn & (dev->limits.num_cqs - 1));
244 spin_lock(&dev->cq_table.lock);
246 cq = mthca_array_get(&dev->cq_table.cq, cqn & (dev->limits.num_cqs - 1));
250 spin_unlock(&dev->cq_table.lock);
263 spin_lock(&dev->cq_table.lock);
266 spin_unlock(&dev->cq_table.lock);
784 cq->cqn = mthca_alloc(&dev->cq_table.alloc);
789 err = mthca_table_get(dev, dev->cq_table.table, cq->cqn);
853 spin_lock_irq(&dev->cq_table.lock);
854 if (mthca_array_set(&dev->cq_table
[all...]

Completed in 109 milliseconds