Searched refs:mlx5_destroy_unmap_eq (Results 1 – 3 of 3) sorted by relevance
511 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_destroy_unmap_eq() function524 EXPORT_SYMBOL_GPL(mlx5_destroy_unmap_eq);603 mlx5_destroy_unmap_eq(dev, &table->async_eq); in mlx5_start_eqs()607 mlx5_destroy_unmap_eq(dev, &table->cmd_eq); in mlx5_start_eqs()616 err = mlx5_destroy_unmap_eq(dev, &table->pages_eq); in mlx5_stop_eqs()620 mlx5_destroy_unmap_eq(dev, &table->async_eq); in mlx5_stop_eqs()623 err = mlx5_destroy_unmap_eq(dev, &table->cmd_eq); in mlx5_stop_eqs()
627 if (mlx5_destroy_unmap_eq(dev, eq)) in free_comp_eqs()
1031 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq);