Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
passthrough.c File Reference
#include <linux/list.h>
#include <linux/pci.h>
#include <linux/mutex.h>
#include "pciback.h"

Go to the source code of this file.

Data Structures

struct  passthrough_dev_data
 

Variables

struct xen_pcibk_backend xen_pcibk_passthrough_backend
 

Variable Documentation

struct xen_pcibk_backend xen_pcibk_passthrough_backend
Initial value:
= {
.name = "passthrough",
.init = __xen_pcibk_init_devices,
.free = __xen_pcibk_release_devices,
.find = __xen_pcibk_get_pcifront_dev,
.publish = __xen_pcibk_publish_pci_roots,
.release = __xen_pcibk_release_pci_dev,
.add = __xen_pcibk_add_pci_dev,
.get = __xen_pcibk_get_pci_dev,
}

Definition at line 179 of file passthrough.c.