Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DMisc.c585 INT status = 0, NVMAccess = 0, lowPwrAbortMsg = 0; in SendIdleModeResponse() local
604 lowPwrAbortMsg = down_trylock(&Adapter->LowPowerModeSync); in SendIdleModeResponse()
607 if ((NVMAccess || lowPwrAbortMsg || atomic_read(&Adapter->TotalPacketCount)) && in SendIdleModeResponse()
613 if (!lowPwrAbortMsg) in SendIdleModeResponse()
659 if (!lowPwrAbortMsg) in SendIdleModeResponse()
1396 UINT NVMAccess = 0, lowPwrAbortMsg = 0; in SendShutModeResponse() local
1415 lowPwrAbortMsg = down_trylock(&Adapter->LowPowerModeSync); in SendShutModeResponse()
1417 if (NVMAccess || lowPwrAbortMsg || atomic_read(&Adapter->TotalPacketCount)) { in SendShutModeResponse()
1421 if (!lowPwrAbortMsg) in SendShutModeResponse()
1465 if (!lowPwrAbortMsg) in SendShutModeResponse()