Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Ddriver.c790 return SL_API_ABORTED; in _SlDrvDriverIsApiAllowed()
853 return SL_API_ABORTED; in _SlDrvCmdOp()
972 return SL_API_ABORTED; in _SlDrvDataReadOp()
1093 return SL_API_ABORTED; in _SlDrvDataWriteOp()
1118 _SL_ASSERT_ERROR(NULL != pCmdCtrl, SL_API_ABORTED); in _SlDrvMsgWrite()
1264 if (_SlDrvRxHdrRead((_u8*)(uBuf.TempBuf)) == SL_API_ABORTED) in _SlDrvMsgRead()
1269 return SL_API_ABORTED; in _SlDrvMsgRead()
1446 return SL_API_ABORTED; in _SlDrvMsgRead()
1731 if ((IsLockRequired) && (RetVal != SL_API_ABORTED)) in _SlDrvMsgReadCmdCtx()
1736 return SL_API_ABORTED; in _SlDrvMsgReadCmdCtx()
[all …]
Ddriver.h87 if (SL_API_ABORTED == _SlDrvSyncObjWaitForever(SyncObj)) \
89 return SL_API_ABORTED; \
93 if (SL_API_ABORTED == _SlDrvSyncObjWaitTimeout(SyncObj, timeoutVal, opcode)) \
96 return SL_API_ABORTED; \
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dtrace.h79 if (SL_IS_RESTART_REQUIRED) return SL_API_ABORTED; }
Derrors.h697 #define SL_API_ABORTED (-2005L) macro