Home
last modified time | relevance | path

Searched refs:DispatchFunction (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/bus/pcix/
H A Ddispatch.c110 PCI_DISPATCH_FUNCTION DispatchFunction = NULL; in PciDispatchIrp() local
151 DispatchFunction = IrpDispatchTable->SystemControlIrpDispatchFunction; in PciDispatchIrp()
159 DispatchFunction = IrpDispatchTable->OtherIrpDispatchFunction; in PciDispatchIrp()
182 DispatchFunction = Table->DispatchFunction; in PciDispatchIrp()
202 Status = DispatchFunction(Irp, IoStackLocation, DeviceExtension); in PciDispatchIrp()
H A Dpci.h337 PCI_DISPATCH_FUNCTION DispatchFunction; member