Home
last modified time | relevance | path

Searched refs:mlx5_core_mr (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c51 int mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *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()
112 struct mlx5_core_mr *deleted_mr; in mlx5_core_destroy_mkey()
141 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, in mlx5_core_query_mkey()
163 int mlx5_core_dump_fill_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, in mlx5_core_dump_fill_mkey()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h381 struct mlx5_core_mr { struct
688 int mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
692 int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr);
693 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
695 int mlx5_core_dump_fill_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
Dqp.h578 static inline struct mlx5_core_mr *__mlx5_mr_lookup(struct mlx5_core_dev *dev, u32 key) in __mlx5_mr_lookup()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h318 struct mlx5_core_mr mmr;
366 struct mlx5_core_mr mr;
476 static inline struct mlx5_ib_mr *to_mibmr(struct mlx5_core_mr *mmr) in to_mibmr()
Dodp.c152 struct mlx5_core_mr *mmr = __mlx5_mr_lookup(dev->mdev, base_key); in mlx5_ib_odp_find_mr_lkey()
Dmain.c612 struct mlx5_core_mr mr; in alloc_pa_mkey()
645 struct mlx5_core_mr mr; in free_pa_mkey()
Dcq.c412 struct mlx5_core_mr *mmr; in mlx5_poll_one()