Searched refs:pci_unmap_sg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_memfree.c | 68 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-13-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_icm.c | 60 pci_unmap_sg(dev->persist->pdev, chunk->mem, chunk->npages, in mlx4_free_icm_pages()
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | pci.h | 1056 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \ macro
|