HomeSort by relevance Sort by last modified time
    Searched refs:eStatus (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 91 #define UPDATE_PENDING_HANDLERS_NUMBER(eStatus) if (eStatus == TXN_STATUS_PENDING) {pFwEvent->uNumPendHndlrs++;}
358 ETxnStatus eStatus = TXN_STATUS_ERROR; /* Set to error to detect if used uninitialized */
375 eStatus = fwEvent_SmReadIntrInfo (pFwEvent);
384 eStatus = fwEvent_SmHandleEvents (pFwEvent);
404 eStatus = fwEvent_SmReadIntrInfo (pFwEvent);
414 TRACE3(pFwEvent->hReport, REPORT_SEVERITY_INFORMATION, "fwEvent_StateMachine: Completed, NewState=%d, Status=%d, IntrPending=%d\n", pFwEvent->eSmState, eStatus, pFwEvent->bIntrPending);
425 TRACE3(pFwEvent->hReport, REPORT_SEVERITY_INFORMATION, "fwEvent_StateMachine: NewState=%d, Status=%d, IntrPending=%d\n", pFwEvent->eSmState, eStatus, pFwEvent->bIntrPending);
428 if (eStatus == TXN_STATUS_PENDING)
435 else if (eStatus == TXN_STATUS_ERROR
    [all...]
txXfer.c 211 ETxnStatus eStatus;
223 eStatus = txXfer_SendAggregatedPkts (pTxXfer, TI_TRUE);
228 eStatus = TXN_STATUS_PENDING;
241 eStatus = TXN_STATUS_PENDING;
248 eStatus = TXN_STATUS_PENDING; /* The current packet is not sent yet so return Pending */
259 return eStatus;
301 ETxnStatus eStatus = TXN_STATUS_COMPLETE;
327 eStatus = twIf_Transact (pTxXfer->hTwIf, pTxn);
332 TRACE5(pTxXfer->hReport, REPORT_SEVERITY_INFORMATION, "txXfer_SendAggregatedPkts: Status=%d, NumPkts=%d, AggregLen=%d, pFirstPkt=0x%x, pLastPkt=0x%x\n", eStatus, pTxXfer->uAggregPktsNum, pTxXfer->uAggregPktsLen, pTxXfer->pAggregFirstPkt, pTxXfer->pAggregLastPkt);
333 if (eStatus == TXN_STATUS_ERROR
    [all...]
RxXfer.c 653 ETxnStatus eStatus;
664 eStatus = twIf_Transact(pRxXfer->hTwIf, pTxn);
676 return eStatus;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.h 73 void sme_ScanResultCB (TI_HANDLE hSme, EScanCncnResultStatus eStatus,
75 void sme_MeansurementScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus, TScanFrameInfo* pFrameInfo);
sme.c 588 * \param eStatus - the reason for calling the CB
593 void sme_ScanResultCB (TI_HANDLE hSme, EScanCncnResultStatus eStatus,
599 switch (eStatus)
653 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_ScanResultCB: received scan complete indication with status %d\n", eStatus);
743 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_ScanResultCB: received unrecognized status %d\n", eStatus);
758 void sme_MeansurementScanResult (TI_HANDLE hSme, EScanCncnResultStatus eStatus, TScanFrameInfo* pFrameInfo)
762 switch (eStatus)
782 TRACE1(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_MeansurementScanResult: received scan complete indication with status %d\n", eStatus);
789 TRACE1(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_AppScanResult: received unrecognized status %d\n", eStatus);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 89 #define HANDLE_CALLBACKS_FAILURE_STATUS(hDrvMain, eStatus) \
90 if (eStatus != TI_OK) { drvMain_SmEvent (hDrvMain, SM_EVENT_FAILURE); return; }
151 static void drvMain_InitHwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
152 static void drvMain_InitFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
153 static void drvMain_ConfigFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
154 static void drvMain_TwdStopCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
155 static void drvMain_InitFailCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
874 TI_STATUS eStatus;
879 eStatus = osInitTable_IniFile (pDrvMain->tStadHandles.hOs, pInitTable, (char*)pBuf, (int)uLength);
925 return eStatus;
    [all...]
CmdHndlr.c 242 TI_STATUS eStatus;
279 eStatus = que_Enqueue (pCmdHndlr->hCmdQueue, (TI_HANDLE)pNewCmd);
280 if (eStatus != TI_OK)
324 eStatus = pNewCmd->return_code;
337 return eStatus;
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverRadio.c 63 TI_STATUS eStatus,
75 pTWD->fRadioCb(pTWD->hRadioCb, eStatus, pTWD->pRadioCb);
TWDriver.c 488 TI_STATUS eStatus;
507 eStatus = hwInit_Boot(pTWD->hHwInit);
508 if (eStatus == TXN_STATUS_ERROR)
    [all...]
TWDriver.h     [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 372 ETxnStatus eStatus;
383 eStatus = txnQ_Restart (pTwIf->hTxnQ, TXN_FUNC_ID_WLAN);
386 if (eStatus == TXN_STATUS_PENDING)
393 return eStatus;
475 ETxnStatus eStatus;
532 eStatus = twIf_SendTransaction (pTwIf, pTxnHdr);
542 eStatus = twIf_SendTransaction (pTwIf, pTxnHdr);
550 if (eStatus != TXN_STATUS_PENDING)
718 ETxnStatus eStatus;
736 eStatus = txnQ_Transact(pTwIf->hTxnQ, pTxn)
    [all...]
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 432 TI_STATUS eStatus;
435 eStatus = que_Enqueue (hQueue, (TI_HANDLE)pTxn);
437 if (eStatus != TI_OK)
516 TI_STATUS eStatus;
519 eStatus = que_Enqueue (pTxnQ->hTxnDoneQueue, (TI_HANDLE)pTxn);
520 if (eStatus != TI_OK)
553 ETxnStatus eStatus = TXN_STATUS_NONE;
583 eStatus = txnQ_Scheduler (pTxnQ, pInputTxn);
600 return eStatus;
642 ETxnStatus eStatus;
    [all...]
SdioBusDrv.c 484 ETxnStatus eStatus;
501 eStatus = sdioAdapt_TransactBytes (TXN_FUNC_ID_CTRL,
509 if (eStatus == TXN_STATUS_ERROR)
512 eStatus = sdioAdapt_TransactBytes (TXN_FUNC_ID_CTRL,
523 eStatus = sdioAdapt_Transact (TXN_PARAM_GET_FUNC_ID(pTxn),
536 if (eStatus == TXN_STATUS_PENDING)
542 pBusDrv->eCurrTxnStatus = eStatus;
546 if (eStatus == TXN_STATUS_ERROR)
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.c 199 TI_STATUS eStatus;
202 eStatus = txDataClsfr_Config (hTxDataQ, &pTxDataInitParams->ClsfrInitParam);
203 if (eStatus != TI_OK)
207 return eStatus;
318 TI_STATUS eStatus;
352 eStatus = que_Enqueue (pTxDataQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
403 if (eStatus != TI_OK)
420 return eStatus;
674 EStatusXmit eStatus; /* The return status of the txCtrl_xmitData function */
727 eStatus = txCtrl_XmitData (pTxDataQ->hTxCtrl, pPktCtrlBlk)
    [all...]
txMgmtQueue.c 270 TI_STATUS eStatus = TI_OK;
282 eStatus = TI_NOK;
289 return eStatus;
351 TI_STATUS eStatus;
365 eStatus = que_Enqueue (pTxMgmtQ->aQueues[uQueId], (TI_HANDLE)pPktCtrlBlk);
374 if (eStatus == TI_OK)
402 return eStatus;
780 TI_STATUS eStatus;
805 eStatus = txCtrl_XmitMgmt (pTxMgmtQ->hTxCtrl, pPktCtrlBlk);
809 if(eStatus == STATUS_XMIT_BUSY
    [all...]
txCtrl.c 333 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */
391 eStatus = TWD_txXfer_SendPacket (pTxCtrl->hTWD, pPktCtrlBlk);
395 if (eStatus == TXN_STATUS_ERROR)
398 TRACE2(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, "txCtrl_XmitData(): Xfer Error, queue = %d, Status = %d\n", uAc, eStatus);
431 ETxnStatus eStatus; /* The Xfer return value (different than this function's return values). */
475 eStatus = TWD_txXfer_SendPacket (pTxCtrl->hTWD, pPktCtrlBlk);
477 if (eStatus == TXN_STATUS_ERROR)
480 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_ERROR, "txCtrl_XmitMgmt(): Xfer Error, Status = %d\n", eStatus);
560 void txCtrl_FreePacket (TI_HANDLE hTxCtrl, TTxCtrlBlk *pPktCtrlBlk, TI_STATUS eStatus)
576 wlanDrvIf_FreeTxPacket (pTxCtrl->hOs, pPktCtrlBlk, eStatus);
    [all...]
txCtrl.h 49 extern void wlanDrvIf_FreeTxPacket (TI_HANDLE hOs, TTxCtrlBlk *pPktCtrlBlk, TI_STATUS eStatus);
txCtrl_Api.h 88 void txCtrl_FreePacket (TI_HANDLE hTxCtrl, TTxCtrlBlk *pPktCtrlBlk, TI_STATUS eStatus);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c 650 TI_STATUS eStatus;
666 eStatus = cmdBld_CfgPsRxStreaming (hCmdBld, pPsRxStreaming, NULL, NULL);
667 if (eStatus != TI_OK)
669 return eStatus;
675 eStatus = TI_NOK;
680 eStatus = cmdBld_CfgPsRxStreaming (hCmdBld, pPsRxStreaming, (void *)cmdBld_ConfigSeq, hCmdBld);
681 if (eStatus != TI_OK)
683 return eStatus;
687 return eStatus;
694 TI_STATUS eStatus;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.c 445 TI_STATUS eStatus = TI_OK;
464 return eStatus;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 183 * \param eStatus - The packet transmission status (OK/NOK)
189 void wlanDrvIf_FreeTxPacket (TI_HANDLE hOs, TTxCtrlBlk *pPktCtrlBlk, TI_STATUS eStatus)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/jdiff/
xerces.jar 

Completed in 752 milliseconds

1 2