Searched refs:mlx4_icm_table (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.h74 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 *tabl
[all...]
H A Dicm.c230 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj)
265 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, int obj)
283 void *mlx4_table_find(struct mlx4_icm_table *table, int obj, dma_addr_t *dma_handle)
328 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
351 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
360 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table,
419 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table)
H A Dmlx4.h220 struct mlx4_icm_table { struct
558 struct mlx4_icm_table mtt_table;
559 struct mlx4_icm_table dmpt_table;
566 struct mlx4_icm_table table;
567 struct mlx4_icm_table cmpt_table;
577 struct mlx4_icm_table table;
578 struct mlx4_icm_table cmpt_table;
587 struct mlx4_icm_table table;
588 struct mlx4_icm_table cmpt_table;
596 struct mlx4_icm_table qp_tabl
[all...]

Completed in 125 milliseconds