Home
last modified time | relevance | path

Searched refs:mlx5_core_destroy_mkey (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c100 mlx5_core_destroy_mkey(dev, mr); in mlx5_core_create_mkey()
107 int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr) in mlx5_core_destroy_mkey() function
139 EXPORT_SYMBOL(mlx5_core_destroy_mkey);
/linux-4.1.27/include/linux/mlx5/
Ddriver.h692 int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c60 int err = mlx5_core_destroy_mkey(dev->mdev, &mr->mmr); in destroy_mkey()
Dmain.c650 err = mlx5_core_destroy_mkey(dev->mdev, &mr); in free_pa_mkey()