#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ tranirq_Constructor()
Definition at line 45 of file tr_irq.c.
53 ULONG BaseBus, ParentBus;
65 DPRINT1(
"PCI - IRQ trans constructor doesn't like %p in InterfaceSpecificData\n",
85 #if 0 // when have PDO commit 86 ParentBus =
FdoExtension->PhysicalDeviceObject->DeviceExtension->ParentFdoExtension->BaseBus;
88 DPRINT1(
" Is bridge FDO, parent bus %x, secondary bus %x\n",
enum _INTERFACE_TYPE INTERFACE_TYPE
#define UNREFERENCED_PARAMETER(P)
#define HalGetInterruptTranslator
IN PVOID IN PVOID IN USHORT IN USHORT Size
struct _PCI_FDO_EXTENSION * PPCI_FDO_EXTENSION
#define STATUS_INVALID_PARAMETER_3
IN PVOID IN PVOID IN USHORT Version
#define PCI_IS_ROOT_FDO(x)
IN PVOID IN PVOID IN USHORT IN USHORT IN PINTERFACE Interface
#define CmResourceTypeInterrupt
IN PVOID IN PVOID InterfaceData
◆ tranirq_Initializer()
Definition at line 35 of file tr_irq.c.
#define UNREFERENCED_PARAMETER(P)
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ TranslatorInterfaceInterrupt
Initial value:=
{
&GUID_TRANSLATOR_INTERFACE_STANDARD,
0,
0,
0,
}
NTSTATUS NTAPI tranirq_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
#define PCI_INTERFACE_FDO
NTSTATUS NTAPI tranirq_Initializer(IN PVOID Instance)
struct _TRANSLATOR_INTERFACE TRANSLATOR_INTERFACE
Definition at line 18 of file tr_irq.c.