SBA_FREE_COHERENT
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
sba_free_coherent - free/unmap shared mem for DMA
SYNOPSIS
"SYNOPSIS"
void sba_free_coherent (struct device * hwdev, size_t size, void * vaddr, dma_addr_t dma_handle);
ARGUMENTS
- hwdev
-
instance of PCI owned by the driver that's asking.
- size
-
number of bytes mapped in driver buffer.
- vaddr
-
virtual address IOVA of ``consistent'' buffer.
- dma_handle
-
-- undescribed --
DESCRIPTION
See Documentation/DMA-mapping.txt
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:41:03 GMT, October 06, 2005