Home | History | Annotate | Download | only in IScsiDxe

Lines Matching refs:Timer

139   // Start the timer, and wait Timeout seconds to establish the TCP connection.

523 EFI_EVENT Timer;
525 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
531 Timer,
537 gBS->CloseEvent (Timer);
543 TimerStatus = gBS->CheckEvent (Timer);
551 gBS->CloseEvent (Timer);
2985 // Start the timeout timer.