Linux Kernel
3.7.1
|
#include <virtio.h>
Data Fields | |
int | index |
struct device | dev |
struct virtio_device_id | id |
struct virtio_config_ops * | config |
struct list_head | vqs |
unsigned long | features [1] |
void * | priv |
void * | dev |
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.