Searched refs:mlx4_icm_table (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.h | 74 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, 76 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj); 77 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, 79 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, 81 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, 84 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table); 85 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, dma_addr_t *dma_handle);
|
D | icm.c | 249 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get() 286 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 306 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 353 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 377 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 386 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 450 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
D | mlx4.h | 260 struct mlx4_icm_table { struct 667 struct mlx4_icm_table mtt_table; 668 struct mlx4_icm_table dmpt_table; 675 struct mlx4_icm_table table; 676 struct mlx4_icm_table cmpt_table; 686 struct mlx4_icm_table table; 687 struct mlx4_icm_table cmpt_table; 696 struct mlx4_icm_table table; 697 struct mlx4_icm_table cmpt_table; 714 struct mlx4_icm_table qp_table; [all …]
|