Searched refs:mlx4_icm_table (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | icm.h | 73 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, 75 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj); 76 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, 78 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, 80 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, 83 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table); 84 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, dma_addr_t *dma_handle);
|
H A D | mlx4_icm.c | 250 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get() 287 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 307 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 354 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 378 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 387 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 451 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
H A D | mlx4.h | 262 struct mlx4_icm_table { struct 666 struct mlx4_icm_table mtt_table; 667 struct mlx4_icm_table dmpt_table; 674 struct mlx4_icm_table table; 675 struct mlx4_icm_table cmpt_table; 685 struct mlx4_icm_table table; 686 struct mlx4_icm_table cmpt_table; 695 struct mlx4_icm_table table; 696 struct mlx4_icm_table cmpt_table; 713 struct mlx4_icm_table qp_table; [all …]
|