Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dlibata-compat.h70 #define dma_unmap_sg(dev,a,b,c) \ macro
/linux-2.4.37.9/drivers/fc4/
Dfc.c62 #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/
Dlibata-core.c2422 dma_unmap_sg(ap->host_set->dev, sg, qc->n_elem, dir); in ata_sg_clean()