Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c127 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mkey *mkey, in mlx5_core_query_mkey() function
137 EXPORT_SYMBOL(mlx5_core_query_mkey);
/Linux-v5.4/include/linux/mlx5/
Ddriver.h958 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mkey *mkey,
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dodp.c872 ret = mlx5_core_query_mkey(dev->mdev, mmkey, out, outlen); in pagefault_single_data_segment()