Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
msi.c File Reference
#include <linux/device.h>
#include <linux/irq.h>
#include <linux/msi.h>
#include <asm/rtas.h>
#include <asm/hw_irq.h>
#include <asm/ppc-pci.h>

Go to the source code of this file.

Data Structures

struct  msi_counts
 

Macros

#define RTAS_QUERY_FN   0
 
#define RTAS_CHANGE_FN   1
 
#define RTAS_RESET_FN   2
 
#define RTAS_CHANGE_MSI_FN   3
 
#define RTAS_CHANGE_MSIX_FN   4
 

Functions

 arch_initcall (rtas_msi_init)
 

Macro Definition Documentation

#define RTAS_CHANGE_FN   1

Definition at line 23 of file msi.c.

#define RTAS_CHANGE_MSI_FN   3

Definition at line 25 of file msi.c.

#define RTAS_CHANGE_MSIX_FN   4

Definition at line 26 of file msi.c.

#define RTAS_QUERY_FN   0

Definition at line 22 of file msi.c.

#define RTAS_RESET_FN   2

Definition at line 24 of file msi.c.

Function Documentation

arch_initcall ( rtas_msi_init  )