Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c52 int mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, in mlx5_core_create_mkey()
108 int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr) in mlx5_core_destroy_mkey()
113 struct mlx5_core_mr *deleted_mr; in mlx5_core_destroy_mkey()
142 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, in mlx5_core_query_mkey()
164 int mlx5_core_dump_fill_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr, in mlx5_core_dump_fill_mkey()
Den.h491 struct mlx5_core_mr mr;
Den_main.c2078 struct mlx5_core_mr *mr) in mlx5e_create_mkey()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h336 struct mlx5_core_mr { struct
725 int mlx5_core_create_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
729 int mlx5_core_destroy_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr);
730 int mlx5_core_query_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
732 int mlx5_core_dump_fill_mkey(struct mlx5_core_dev *dev, struct mlx5_core_mr *mr,
Dqp.h603 static inline struct mlx5_core_mr *__mlx5_mr_lookup(struct mlx5_core_dev *dev, u32 key) in __mlx5_mr_lookup()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h327 struct mlx5_core_mr mmr;
461 static inline struct mlx5_ib_mr *to_mibmr(struct mlx5_core_mr *mmr) in to_mibmr()
Dodp.c145 struct mlx5_core_mr *mmr = __mlx5_mr_lookup(dev->mdev, base_key); in mlx5_ib_odp_find_mr_lkey()
Dcq.c420 struct mlx5_core_mr *mmr; in mlx5_poll_one()