Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
virtio_config.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Macros

#define VIRTIO_CONFIG_S_ACKNOWLEDGE   1
 
#define VIRTIO_CONFIG_S_DRIVER   2
 
#define VIRTIO_CONFIG_S_DRIVER_OK   4
 
#define VIRTIO_CONFIG_S_FAILED   0x80
 
#define VIRTIO_TRANSPORT_F_START   28
 
#define VIRTIO_TRANSPORT_F_END   32
 
#define VIRTIO_F_NOTIFY_ON_EMPTY   24
 

Macro Definition Documentation

#define VIRTIO_CONFIG_S_ACKNOWLEDGE   1

Definition at line 36 of file virtio_config.h.

#define VIRTIO_CONFIG_S_DRIVER   2

Definition at line 38 of file virtio_config.h.

#define VIRTIO_CONFIG_S_DRIVER_OK   4

Definition at line 40 of file virtio_config.h.

#define VIRTIO_CONFIG_S_FAILED   0x80

Definition at line 42 of file virtio_config.h.

#define VIRTIO_F_NOTIFY_ON_EMPTY   24

Definition at line 52 of file virtio_config.h.

#define VIRTIO_TRANSPORT_F_END   32

Definition at line 48 of file virtio_config.h.

#define VIRTIO_TRANSPORT_F_START   28

Definition at line 47 of file virtio_config.h.