Home
last modified time | relevance | path

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

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