Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
DMnpConfig.c1208 IN BOOLEAN EnableSystemPoll in MnpStart() argument
1275 if (MnpDeviceData->EnableSystemPoll ^ EnableSystemPoll) { in MnpStart()
1280 TimerOpType = EnableSystemPoll ? TimerPeriodic : TimerCancel; in MnpStart()
1289 MnpDeviceData->EnableSystemPoll = EnableSystemPoll; in MnpStart()
1344 if (MnpDeviceData->EnableSystemPoll) { in MnpStop()
1349 MnpDeviceData->EnableSystemPoll = FALSE; in MnpStop()
DMnpDriver.h78 BOOLEAN EnableSystemPoll; member