CCIO_MAP_SG

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ccio_map_sg - Map the scatter/gather list into the IOMMU.  

SYNOPSIS

"SYNOPSIS"

int ccio_map_sg (struct device * dev, struct scatterlist * sglist, int nents, enum dma_data_direction direction);  

ARGUMENTS

dev
The PCI device.
sglist
The scatter/gather list to be mapped in the IOMMU.
nents
The number of entries in the scatter/gather list.
direction
The direction of the DMA transaction (to/from device).
 

DESCRIPTION

This function implements the pci_map_sg function.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:26 GMT, October 06, 2005