Home
last modified time | relevance | path

Searched refs:pci_unmap_sg (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
HDmthca_memfree.c68 pci_unmap_sg(dev->pdev, chunk->mem, chunk->npages, in mthca_free_icm_pages()
490 pci_unmap_sg(dev->pdev, &db_tab->page[i].mem, 1, PCI_DMA_TODEVICE); in mthca_map_user_db()
556 pci_unmap_sg(dev->pdev, &db_tab->page[i].mem, 1, PCI_DMA_TODEVICE); in mthca_cleanup_user_db_tab()
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_icm.c60 pci_unmap_sg(dev->persist->pdev, chunk->mem, chunk->npages, in mlx4_free_icm_pages()
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h710 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \ macro