Searched refs:mlx4_icm_table (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/mlx4/ |
D | icm.h | 74 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj); 75 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, int 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 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj); 85 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj); 86 void *mlx4_table_find(struct mlx4_icm_table *table, int obj, dma_addr_t *dma_handle); 87 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, [all …]
|
D | mlx4.h | 122 struct mlx4_icm_table { struct 211 struct mlx4_icm_table mtt_table; 212 struct mlx4_icm_table dmpt_table; 219 struct mlx4_icm_table table; 220 struct mlx4_icm_table cmpt_table; 230 struct mlx4_icm_table table; 231 struct mlx4_icm_table cmpt_table; 240 struct mlx4_icm_table table; 241 struct mlx4_icm_table cmpt_table; 249 struct mlx4_icm_table qp_table; [all …]
|
D | icm.c | 229 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj) in mlx4_table_get() 264 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj) in mlx4_table_put() 282 void *mlx4_table_find(struct mlx4_icm_table *table, int obj, dma_addr_t *dma_handle) in mlx4_table_find() 327 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 350 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 359 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 418 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|