Symbol: mlx4_icm_table
sys/dev/mlx4/mlx4_core/icm.h
73
int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj,
sys/dev/mlx4/mlx4_core/icm.h
75
void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj);
sys/dev/mlx4/mlx4_core/icm.h
76
int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/icm.h
78
void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/icm.h
80
int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/icm.h
83
void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table);
sys/dev/mlx4/mlx4_core/icm.h
84
void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, dma_addr_t *dma_handle);
sys/dev/mlx4/mlx4_core/mlx4.h
666
struct mlx4_icm_table mtt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
667
struct mlx4_icm_table dmpt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
674
struct mlx4_icm_table table;
sys/dev/mlx4/mlx4_core/mlx4.h
675
struct mlx4_icm_table cmpt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
685
struct mlx4_icm_table table;
sys/dev/mlx4/mlx4_core/mlx4.h
686
struct mlx4_icm_table cmpt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
695
struct mlx4_icm_table table;
sys/dev/mlx4/mlx4_core/mlx4.h
696
struct mlx4_icm_table cmpt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
713
struct mlx4_icm_table qp_table;
sys/dev/mlx4/mlx4_core/mlx4.h
714
struct mlx4_icm_table auxc_table;
sys/dev/mlx4/mlx4_core/mlx4.h
715
struct mlx4_icm_table altc_table;
sys/dev/mlx4/mlx4_core/mlx4.h
716
struct mlx4_icm_table rdmarc_table;
sys/dev/mlx4/mlx4_core/mlx4.h
717
struct mlx4_icm_table cmpt_table;
sys/dev/mlx4/mlx4_core/mlx4.h
723
struct mlx4_icm_table table;
sys/dev/mlx4/mlx4_core/mlx4_icm.c
250
int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
287
void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj)
sys/dev/mlx4/mlx4_core/mlx4_icm.c
307
void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
354
int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
378
void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
387
int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table,
sys/dev/mlx4/mlx4_core/mlx4_icm.c
451
void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table)