Searched refs:mlx5_db (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 124 struct mlx5_db *db) in mlx5_alloc_db_from_pgdir() 147 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() 176 int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db) in mlx5_db_alloc() 182 void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db) in mlx5_db_free()
|
D | wq.h | 47 struct mlx5_db db;
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | doorbell.c | 47 struct mlx5_db *db) in mlx5_ib_db_map_user() 87 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db) in mlx5_ib_db_unmap_user()
|
D | mlx5_ib.h | 179 struct mlx5_db db; 275 struct mlx5_db db; 293 struct mlx5_db db; 502 struct mlx5_db *db); 503 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db);
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 531 struct mlx5_db { struct 815 int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db); 816 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, 818 void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db);
|