Searched refs:CurrentFrame (Results 1 – 6 of 6) sorted by relevance
289 CurrentFrame = EstablisherFrame->EndOfChain; in _SEH3$_except_handler()313 if (CurrentFrame == EstablisherFrame) in _SEH3$_except_handler()317 CurrentFrame = CurrentFrame->Next; in _SEH3$_except_handler()324 TargetFrame = CurrentFrame; in _SEH3$_except_handler()328 for (CurrentFrame = EstablisherFrame->EndOfChain; in _SEH3$_except_handler()329 CurrentFrame != TargetFrame; in _SEH3$_except_handler()330 CurrentFrame = CurrentFrame->Next) in _SEH3$_except_handler()333 _SEH3$_Unregister(CurrentFrame); in _SEH3$_except_handler()343 _SEH3$_CallFinally(CurrentFrame); in _SEH3$_except_handler()357 _SEH3$_Unregister(CurrentFrame); in _SEH3$_except_handler()[all …]
2467 ULONG CurrentFrame; in UhciInterruptNextSOF() local2476 CurrentFrame = UhciGet32BitFrameNumber(UhciExtension); in UhciInterruptNextSOF()2479 NextFrame = CurrentFrame + 2; in UhciInterruptNextSOF()2488 if (SofFrame < CurrentFrame) in UhciInterruptNextSOF()2513 (SOF_HcdTDs->Frame < CurrentFrame || in UhciInterruptNextSOF()2514 (SOF_HcdTDs->Frame - CurrentFrame) > UHCI_FRAME_LIST_MAX_ENTRIES)) in UhciInterruptNextSOF()
215 _Out_ PULONG CurrentFrame);
1422 ULONG CurrentFrame; in USBPORT_DmaEndpointPaused() local1454 CurrentFrame = Packet->Get32BitFrameNumber(FdoExtension->MiniPortExt); in USBPORT_DmaEndpointPaused()1457 if (Frame + 1 > CurrentFrame) in USBPORT_DmaEndpointPaused()
653 OUT PULONG CurrentFrame) in USBDI_QueryBusTime() argument
283 PULONG CurrentFrame in USBD_QueryBusTime() argument