Searched refs:DispatchFunction (Results 1 – 2 of 2) sorted by relevance
110 PCI_DISPATCH_FUNCTION DispatchFunction = NULL; in PciDispatchIrp() local151 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()
337 PCI_DISPATCH_FUNCTION DispatchFunction; member