Searched refs:mlx5_core_mr (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mr.c | 52 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()
|
D | en.h | 491 struct mlx5_core_mr mr;
|
D | en_main.c | 2078 struct mlx5_core_mr *mr) in mlx5e_create_mkey()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 336 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,
|
D | qp.h | 603 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/ |
D | mlx5_ib.h | 327 struct mlx5_core_mr mmr; 461 static inline struct mlx5_ib_mr *to_mibmr(struct mlx5_core_mr *mmr) in to_mibmr()
|
D | odp.c | 145 struct mlx5_core_mr *mmr = __mlx5_mr_lookup(dev->mdev, base_key); in mlx5_ib_odp_find_mr_lkey()
|
D | cq.c | 420 struct mlx5_core_mr *mmr; in mlx5_poll_one()
|