]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/pci/intr_remapping.h
e1000e: 82571 SerDes link handle null code word from partner
[net-next-2.6.git] / drivers / pci / intr_remapping.h
CommitLineData
38717946 1#include <linux/intel-iommu.h>
ad3ad3f6
SS
2
3struct ioapic_scope {
4 struct intel_iommu *iommu;
5 unsigned int id;
f007e99c
WH
6 unsigned int bus; /* PCI bus number */
7 unsigned int devfn; /* PCI devfn number */
ad3ad3f6 8};
2ae21010 9
20f3097b
SS
10struct hpet_scope {
11 struct intel_iommu *iommu;
12 u8 id;
13 unsigned int bus;
14 unsigned int devfn;
15};
16
2ae21010 17#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)