Searched refs:mthca_alloc_icm (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/infiniband/hw/mthca/ | 
| D | mthca_memfree.h | 82 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages,
  | 
| D | mthca_memfree.c | 137 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages,  in mthca_alloc_icm()  function 234 	table->icm[i] = mthca_alloc_icm(dev, MTHCA_TABLE_CHUNK_SIZE >> PAGE_SHIFT,  in mthca_table_get() 390 		table->icm[i] = mthca_alloc_icm(dev, chunk_size >> PAGE_SHIFT,  in mthca_alloc_icm_table()
  | 
| D | mthca_main.c | 353 		mthca_alloc_icm(mdev, mdev->fw.arbel.fw_pages,  in mthca_load_fw() 399 	mdev->fw.arbel.aux_icm = mthca_alloc_icm(mdev, aux_pages,  in mthca_init_icm()
  |