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

#include <kvm_host.h>

Data Fields

u32 gsi
 
u32 type
 
int(* set )(struct kvm_kernel_irq_routing_entry *e, struct kvm *kvm, int irq_source_id, int level)
 
union {
   struct {
      unsigned   irqchip
 
      unsigned   pin
 
   }   irqchip
 
   struct msi_msg   msi
 
}; 
 
struct hlist_node link
 

Detailed Description

Definition at line 267 of file kvm_host.h.

Field Documentation

union { ... }
u32 gsi

Definition at line 268 of file kvm_host.h.

unsigned irqchip

Definition at line 274 of file kvm_host.h.

struct { ... } irqchip

Definition at line 279 of file kvm_host.h.

Definition at line 277 of file kvm_host.h.

unsigned pin

Definition at line 275 of file kvm_host.h.

Definition at line 270 of file kvm_host.h.

Definition at line 269 of file kvm_host.h.


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