Searched refs:mlx5_db (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 | 303 struct mlx5_db db; 355 struct mlx5_db *doorbell; 365 struct mlx5_db *doorbell; 397 struct mlx5_db db; 490 struct mlx5_db db; 520 struct mlx5_db db; 998 struct mlx5_db *db); 999 void mlx5_ib_db_unmap_user(struct mlx5_ib_ucontext *context, struct mlx5_db *db);
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 212 struct mlx5_db *db) in mlx5_alloc_db_from_pgdir() 236 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node() 265 int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db) in mlx5_db_alloc() 271 void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db) in mlx5_db_free()
|
D | wq.h | 48 struct mlx5_db db;
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 871 struct mlx5_db { struct 1131 int mlx5_db_alloc(struct mlx5_core_dev *dev, struct mlx5_db *db); 1132 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, 1134 void mlx5_db_free(struct mlx5_core_dev *dev, struct mlx5_db *db);
|