Linux Kernel
3.7.1
|
#include <pci_impl.h>
Data Fields | |
spinlock_t | lock |
struct pci_controller * | hose |
unsigned long * | ptes |
dma_addr_t | dma_base |
unsigned int | size |
unsigned int | next_entry |
unsigned int | align_entry |
Definition at line 132 of file pci_impl.h.
unsigned int align_entry |
Definition at line 142 of file pci_impl.h.
dma_addr_t dma_base |
Definition at line 139 of file pci_impl.h.
struct pci_controller* hose |
Definition at line 135 of file pci_impl.h.
spinlock_t lock |
Definition at line 134 of file pci_impl.h.
unsigned int next_entry |
Definition at line 141 of file pci_impl.h.
unsigned long* ptes |
Definition at line 138 of file pci_impl.h.
unsigned int size |
Definition at line 140 of file pci_impl.h.