Symbol: mthca_icm_table
sys/dev/mthca/mthca_dev.h
219
struct mthca_icm_table *mtt_table;
sys/dev/mthca/mthca_dev.h
220
struct mthca_icm_table *mpt_table;
sys/dev/mthca/mthca_dev.h
245
struct mthca_icm_table *table;
sys/dev/mthca/mthca_dev.h
252
struct mthca_icm_table *table;
sys/dev/mthca/mthca_dev.h
262
struct mthca_icm_table *qp_table;
sys/dev/mthca/mthca_dev.h
263
struct mthca_icm_table *eqp_table;
sys/dev/mthca/mthca_dev.h
264
struct mthca_icm_table *rdb_table;
sys/dev/mthca/mthca_dev.h
278
struct mthca_icm_table *table;
sys/dev/mthca/mthca_memfree.c
221
int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj)
sys/dev/mthca/mthca_memfree.c
256
void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj)
sys/dev/mthca/mthca_memfree.c
277
void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle)
sys/dev/mthca/mthca_memfree.c
320
int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table,
sys/dev/mthca/mthca_memfree.c
343
void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table,
sys/dev/mthca/mthca_memfree.c
355
struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev,
sys/dev/mthca/mthca_memfree.c
360
struct mthca_icm_table *table;
sys/dev/mthca/mthca_memfree.c
423
void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table)
sys/dev/mthca/mthca_memfree.h
84
struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev,
sys/dev/mthca/mthca_memfree.h
88
void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table);
sys/dev/mthca/mthca_memfree.h
89
int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj);
sys/dev/mthca/mthca_memfree.h
90
void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj);
sys/dev/mthca/mthca_memfree.h
91
void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle);
sys/dev/mthca/mthca_memfree.h
92
int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table,
sys/dev/mthca/mthca_memfree.h
94
void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table,