Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
intr_queue.h File Reference

Go to the source code of this file.

Macros

#define INTRQ_CPU_MONDO_HEAD   0x3c0 /* CPU mondo head */
 
#define INTRQ_CPU_MONDO_TAIL   0x3c8 /* CPU mondo tail */
 
#define INTRQ_DEVICE_MONDO_HEAD   0x3d0 /* Device mondo head */
 
#define INTRQ_DEVICE_MONDO_TAIL   0x3d8 /* Device mondo tail */
 
#define INTRQ_RESUM_MONDO_HEAD   0x3e0 /* Resumable error mondo head */
 
#define INTRQ_RESUM_MONDO_TAIL   0x3e8 /* Resumable error mondo tail */
 
#define INTRQ_NONRESUM_MONDO_HEAD   0x3f0 /* Non-resumable error mondo head */
 
#define INTRQ_NONRESUM_MONDO_TAIL   0x3f8 /* Non-resumable error mondo head */
 

Macro Definition Documentation

#define INTRQ_CPU_MONDO_HEAD   0x3c0 /* CPU mondo head */

Definition at line 6 of file intr_queue.h.

#define INTRQ_CPU_MONDO_TAIL   0x3c8 /* CPU mondo tail */

Definition at line 7 of file intr_queue.h.

#define INTRQ_DEVICE_MONDO_HEAD   0x3d0 /* Device mondo head */

Definition at line 8 of file intr_queue.h.

#define INTRQ_DEVICE_MONDO_TAIL   0x3d8 /* Device mondo tail */

Definition at line 9 of file intr_queue.h.

#define INTRQ_NONRESUM_MONDO_HEAD   0x3f0 /* Non-resumable error mondo head */

Definition at line 12 of file intr_queue.h.

#define INTRQ_NONRESUM_MONDO_TAIL   0x3f8 /* Non-resumable error mondo head */

Definition at line 13 of file intr_queue.h.

#define INTRQ_RESUM_MONDO_HEAD   0x3e0 /* Resumable error mondo head */

Definition at line 10 of file intr_queue.h.

#define INTRQ_RESUM_MONDO_TAIL   0x3e8 /* Resumable error mondo tail */

Definition at line 11 of file intr_queue.h.