Home
last modified time | relevance | path

Searched refs:mlx5_destroy_unmap_eq (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c418 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_destroy_unmap_eq() function
434 EXPORT_SYMBOL_GPL(mlx5_destroy_unmap_eq);
493 mlx5_destroy_unmap_eq(dev, &table->async_eq); in mlx5_start_eqs()
497 mlx5_destroy_unmap_eq(dev, &table->cmd_eq); in mlx5_start_eqs()
506 err = mlx5_destroy_unmap_eq(dev, &table->pages_eq); in mlx5_stop_eqs()
510 mlx5_destroy_unmap_eq(dev, &table->async_eq); in mlx5_stop_eqs()
513 err = mlx5_destroy_unmap_eq(dev, &table->cmd_eq); in mlx5_stop_eqs()
Dmain.c540 if (mlx5_destroy_unmap_eq(dev, eq)) in free_comp_eqs()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h725 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq);