Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c1399 void pci_unmap_sg( struct pci_dev *hwdev, struct scatterlist *sg, int nelms, int direction ) in pci_unmap_sg() argument
1406 …6lx, sg = 0x%16.16lx, direction = 0x%16.16lx, nelms = 0x%16.16lx\n", hwdev, sg, direction, nelms); in pci_unmap_sg()
1408 if ( direction == PCI_DMA_NONE || nelms == 0 ) in pci_unmap_sg()
1413 for ( i=nelms; i>0; --i ) { in pci_unmap_sg()