Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DMisc.c550 int status = 0, NVMAccess = 0, lowPwrAbortMsg = 0; in SendIdleModeResponse() local
570 lowPwrAbortMsg = down_trylock(&Adapter->LowPowerModeSync); in SendIdleModeResponse()
573 if ((NVMAccess || lowPwrAbortMsg || atomic_read(&Adapter->TotalPacketCount)) && in SendIdleModeResponse()
579 if (!lowPwrAbortMsg) in SendIdleModeResponse()
625 if (!lowPwrAbortMsg) in SendIdleModeResponse()
1317 unsigned int NVMAccess = 0, lowPwrAbortMsg = 0; in SendShutModeResponse() local
1336 lowPwrAbortMsg = down_trylock(&Adapter->LowPowerModeSync); in SendShutModeResponse()
1338 if (NVMAccess || lowPwrAbortMsg || atomic_read(&Adapter->TotalPacketCount)) { in SendShutModeResponse()
1342 if (!lowPwrAbortMsg) in SendShutModeResponse()
1386 if (!lowPwrAbortMsg) in SendShutModeResponse()