Searched refs:dma_unmap_sg (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | libata-compat.h | 70 #define dma_unmap_sg(dev,a,b,c) \ macro
|
/linux-2.4.37.9/drivers/fc4/ |
D | fc.c | 62 #define dma_unmap_sg(d,s,n,dir) sbus_unmap_sg(d,s,n,dir) macro 71 #define dma_unmap_sg(d,s,n,dir) pci_unmap_sg(d,s,n,dir) macro 438 dma_unmap_sg(fc->dev, (struct scatterlist *)SCpnt->buffer, SCpnt->use_sg, in fcp_scsi_receive()
|
/linux-2.4.37.9/drivers/scsi/ |
D | libata-core.c | 2422 dma_unmap_sg(ap->host_set->dev, sg, qc->n_elem, dir); in ata_sg_clean()
|