Searched refs:mthca_free_icm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/mthca/ |
| HD | mthca_memfree.c | 87 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm() function 217 mthca_free_icm(dev, icm, coherent); in mthca_alloc_icm() 243 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_get() 270 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_put() 396 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table() 415 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table() 432 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_free_icm_table()
|
| HD | mthca_main.c | 377 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_load_fw() 552 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0); in mthca_init_icm() 572 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0); in mthca_free_icms() 639 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_init_arbel() 656 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_close_hca()
|
| HD | mthca_memfree.h | 84 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
|