mlx5_destroy_unmap_eq
int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq);
EXPORT_SYMBOL_GPL(mlx5_destroy_unmap_eq);
mlx5_destroy_unmap_eq(dev, &table->async_eq);
mlx5_destroy_unmap_eq(dev, &table->cmd_eq);
err = mlx5_destroy_unmap_eq(dev, &table->pages_eq);
mlx5_destroy_unmap_eq(dev, &table->async_eq);
err = mlx5_destroy_unmap_eq(dev, &table->cmd_eq);
if (mlx5_destroy_unmap_eq(dev, eq))