Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
virtio_device Struct Reference

#include <virtio.h>

Data Fields

int index
 
struct device dev
 
struct virtio_device_id id
 
struct virtio_config_opsconfig
 
struct list_head vqs
 
unsigned long features [1]
 
voidpriv
 
voiddev
 

Detailed Description

virtio_device - representation of a device using virtio : unique position on the virtio bus : underlying device. : the device type identification (used to match it with a driver). : the configuration ops for this device. : the list of virtqueues for this device. : the features supported by both driver and device. : private pointer for the driver's use.

Definition at line 65 of file virtio.h.

Field Documentation

Definition at line 69 of file virtio.h.

Definition at line 67 of file virtio.h.

void* dev

Definition at line 155 of file virtio.h.

unsigned long features

Definition at line 72 of file virtio.h.

Definition at line 68 of file virtio.h.

int index

Definition at line 66 of file virtio.h.

Definition at line 73 of file virtio.h.

Definition at line 70 of file virtio.h.


The documentation for this struct was generated from the following files: