Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
pci-dma.h File Reference

Go to the source code of this file.

Macros

#define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME)   DEFINE_DMA_UNMAP_ADDR(ADDR_NAME);
 
#define DECLARE_PCI_UNMAP_LEN(LEN_NAME)   DEFINE_DMA_UNMAP_LEN(LEN_NAME);
 
#define pci_unmap_addr   dma_unmap_addr
 
#define pci_unmap_addr_set   dma_unmap_addr_set
 
#define pci_unmap_len   dma_unmap_len
 
#define pci_unmap_len_set   dma_unmap_len_set
 

Macro Definition Documentation

#define DECLARE_PCI_UNMAP_ADDR (   ADDR_NAME)    DEFINE_DMA_UNMAP_ADDR(ADDR_NAME);

Definition at line 4 of file pci-dma.h.

#define DECLARE_PCI_UNMAP_LEN (   LEN_NAME)    DEFINE_DMA_UNMAP_LEN(LEN_NAME);

Definition at line 5 of file pci-dma.h.

#define pci_unmap_addr   dma_unmap_addr

Definition at line 6 of file pci-dma.h.

#define pci_unmap_addr_set   dma_unmap_addr_set

Definition at line 7 of file pci-dma.h.

#define pci_unmap_len   dma_unmap_len

Definition at line 8 of file pci-dma.h.

#define pci_unmap_len_set   dma_unmap_len_set

Definition at line 9 of file pci-dma.h.