Home
last modified time | relevance | path

Searched refs:InterruptFlags (Results 1 – 12 of 12) sorted by relevance

/reactos/drivers/bus/acpi/acpica/include/
H A Dactbl3.h430 UINT8 InterruptFlags; member
548 UINT8 InterruptFlags; member
/reactos/drivers/network/dd/rtl8139/
H A Dndis.c318 adapter->InterruptFlags = resourceList->PartialDescriptors[i].Flags; in MiniportInitialize()
435 (adapter->InterruptFlags & CM_RESOURCE_INTERRUPT_LATCHED) ? in MiniportInitialize()
H A Dnic.h46 ULONG InterruptFlags; member
/reactos/boot/freeldr/freeldr/disk/
H A Dscsiport.c72 ULONG InterruptFlags; member
138 while (!(DeviceExtension->InterruptFlags & SCSI_PORT_NEXT_REQUEST_READY)) in SpiSendSynchronousSrb()
148 DeviceExtension->InterruptFlags &= ~SCSI_PORT_NEXT_REQUEST_READY; in SpiSendSynchronousSrb()
1177 DeviceExtension->InterruptFlags = SCSI_PORT_NEXT_REQUEST_READY; in ScsiPortInitialize()
1347 DeviceExtension->InterruptFlags |= SCSI_PORT_NEXT_REQUEST_READY; in ScsiPortNotification()
/reactos/drivers/network/dd/e1000/
H A Dnic.h62 ULONG InterruptFlags; member
H A Dhardware.c272 Adapter->InterruptFlags = ResourceDescriptor->Flags; in NICInitializeAdapterResources()
404 (Adapter->InterruptFlags & CM_RESOURCE_INTERRUPT_LATCHED) ? in NICRegisterInterrupts()
/reactos/drivers/network/dd/dc21x4/
H A Dinit.c740 Adapter->InterruptFlags = InterruptDescriptor->Flags; in DcInitializeAdapterResources()
1301 (Adapter->InterruptFlags & CM_RESOURCE_INTERRUPT_LATCHED) ? in DcInitialize()
H A Ddc21x4.h234 ULONG InterruptFlags; member
/reactos/drivers/network/dd/nvnet/
H A Dnvnet.h372 ULONG InterruptFlags; member
H A Dinit.c273 Adapter->InterruptFlags = Descriptor->Flags; in NvNetInitializeAdapterResources()
/reactos/drivers/network/dd/netkvm/Common/
H A Dndis56common.h174 ULONG InterruptFlags; member
H A DParaNdis-Common.c509 pResources->InterruptFlags = RList->PartialDescriptors[i].Flags; in GetAdapterResources()
511 … pResources->Vector, pResources->Level, (ULONG)pResources->Affinity, pResources->InterruptFlags)); in GetAdapterResources()
693 if (pContext->AdapterResources.InterruptFlags & CM_RESOURCE_INTERRUPT_MESSAGE) in ParaNdis_InitializeContext()