HomeSort by relevance Sort by last modified time
    Searched refs:bCmdInProgress (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.h 99 TI_BOOL bCmdInProgress;
CmdMBox.c 160 pCmdMbox->bCmdInProgress = TI_FALSE;
206 if (pCmdMbox->bCmdInProgress)
229 /* no other command can start the send process till bCmdInProgress will return to TI_FALSE*/
230 pCmdMbox->bCmdInProgress = TI_TRUE;
301 * It calls cmdQueue_ResultReceived to continue the result handling procces & switch the bCmdInProgress flag to TI_FALSE,
311 pCmdMbox->bCmdInProgress = TI_FALSE;
420 pCmdMbox->bCmdInProgress = TI_FALSE;
507 WLAN_OS_REPORT(("bCmdInProgress = %d\n", pCmdMbox->bCmdInProgress));
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.h 100 TI_BOOL bCmdInProgress;
CmdMBox.c 161 pCmdMbox->bCmdInProgress = TI_FALSE;
207 if (pCmdMbox->bCmdInProgress)
230 /* no other command can start the send process till bCmdInProgress will return to TI_FALSE*/
231 pCmdMbox->bCmdInProgress = TI_TRUE;
300 * It calls cmdQueue_ResultReceived to continue the result handling procces & switch the bCmdInProgress flag to TI_FALSE,
310 pCmdMbox->bCmdInProgress = TI_FALSE;
419 pCmdMbox->bCmdInProgress = TI_FALSE;
506 WLAN_OS_REPORT(("bCmdInProgress = %d\n", pCmdMbox->bCmdInProgress));

Completed in 36 milliseconds