Searched refs:mthca_icm_table (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_memfree.h | 61 struct mthca_icm_table { struct 84 struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev, argument 88 void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table); 89 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj); 90 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj); 91 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle); 92 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, 94 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table,
|
| H A D | mthca_dev.h | 219 struct mthca_icm_table *mtt_table; 220 struct mthca_icm_table *mpt_table; 245 struct mthca_icm_table *table; 252 struct mthca_icm_table *table; 262 struct mthca_icm_table *qp_table; 263 struct mthca_icm_table *eqp_table; 264 struct mthca_icm_table *rdb_table; 278 struct mthca_icm_table *table;
|
| H A D | mthca_memfree.c | 221 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get() 256 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put() 277 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle) in mthca_table_find() 320 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_get_range() 343 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_put_range() 355 struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev, in mthca_alloc_icm_table() 360 struct mthca_icm_table *table; in mthca_alloc_icm_table() 423 void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table) in mthca_free_icm_table()
|