Searched refs:mthca_free_icm (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm() function 218 mthca_free_icm(dev, icm, coherent); in mthca_alloc_icm() 244 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_get() 271 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_put() 397 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table() 416 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table() 433 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_free_icm_table()
|
D | mthca_main.c | 376 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_load_fw() 551 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0); in mthca_init_icm() 571 mthca_free_icm(mdev, mdev->fw.arbel.aux_icm, 0); in mthca_free_icms() 638 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_init_arbel() 655 mthca_free_icm(mdev, mdev->fw.arbel.fw_icm, 0); in mthca_close_hca()
|
D | mthca_memfree.h | 84 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
|