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

  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.h 153 TI_BOOL bErrorFlag;
CmdQueue.c 161 pCmdQueue->bErrorFlag = TI_FALSE;
324 pCmdQueue->bErrorFlag = TI_FALSE;
328 WLAN_OS_REPORT(("cmdQueue_SM: ** ERROR ** Mbox status error %d, set bErrorFlag !!!!!\n", cmdStatus));
329 TRACE1(pCmdQueue->hReport, REPORT_SEVERITY_ERROR, "cmdQueue_SM: ** ERROR ** Mbox status error %d, set bErrorFlag !!!!!\n", cmdStatus);
330 pCmdQueue->bErrorFlag = TI_TRUE;
335 pCmdQueue->bErrorFlag = TI_FALSE;
431 if (pCmdQueue->bErrorFlag)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.h 153 TI_BOOL bErrorFlag;
CmdQueue.c 161 pCmdQueue->bErrorFlag = TI_FALSE;
324 pCmdQueue->bErrorFlag = TI_FALSE;
328 WLAN_OS_REPORT(("cmdQueue_SM: ** ERROR ** Mbox status error %d, set bErrorFlag !!!!!\n", cmdStatus));
329 TRACE1(pCmdQueue->hReport, REPORT_SEVERITY_ERROR, "cmdQueue_SM: ** ERROR ** Mbox status error %d, set bErrorFlag !!!!!\n", cmdStatus);
330 pCmdQueue->bErrorFlag = TI_TRUE;
335 pCmdQueue->bErrorFlag = TI_FALSE;
431 if (pCmdQueue->bErrorFlag)
    [all...]

Completed in 181 milliseconds