SN_PCI_FREE_CONSISTENT
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
sn_pci_free_consistent - free memory associated with coherent DMAable region
SYNOPSIS
"SYNOPSIS"
void sn_pci_free_consistent (struct pci_dev * hwdev, size_t size, void * vaddr, dma_addr_t dma_handle);
ARGUMENTS
- hwdev
-
device to free for
- size
-
size to free
- vaddr
-
kernel virtual address to free
- dma_handle
-
DMA address associated with this region
DESCRIPTION
Frees the memory allocated by pci_alloc_consistent. Also known
as platform_pci_free_consistent by the IA64 machvec code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:57 GMT, October 06, 2005