/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
D | ackEmulDb.c | 220 if(ackEmulDB->wdrv_aeWTargetTable[index].timeStamp < oldestTimeTick) in wdrv_aeWTargetDbAddSession() 222 oldestTimeTick = ackEmulDB->wdrv_aeWTargetTable[index].timeStamp; in wdrv_aeWTargetDbAddSession() 247 …ackEmulDB->wdrv_aeWTargetTable[freeIndex].timeStamp =os_timeStampUs(ackEmulDB->hOs); … in wdrv_aeWTargetDbAddSession() 372 ackEmulDB->wdrv_aeWTargetTable[index].timeStamp =0; in wdrv_aeWTargetDbResetTuple() 571 … if(ackEmulDB->wdrv_aeWTargetTable[ackEmulDB->activeIndexTable[aIndex].monitorIndex].timeStamp < in wdrv_aeWTargetDbSetActiveState() 574 …eTick = ackEmulDB->wdrv_aeWTargetTable[ackEmulDB->activeIndexTable[aIndex].monitorIndex].timeStamp; in wdrv_aeWTargetDbSetActiveState() 722 void wdrv_aeWTargetDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB, UINT8 index, UINT32 *timeStamp) in wdrv_aeWTargetDbGetSessionTimeStamp() argument 724 *timeStamp = ackEmulDB->wdrv_aeWTargetTable[index].timeStamp; in wdrv_aeWTargetDbGetSessionTimeStamp() 740 void wdrv_aeWTargetDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB, UINT8 index, UINT32 timeStamp) in wdrv_aeWTargetDbSetSessionTimeStamp() argument 742 ackEmulDB->wdrv_aeWTargetTable[index].timeStamp= timeStamp; in wdrv_aeWTargetDbSetSessionTimeStamp() [all …]
|
D | ackEmulDb.h | 110 UINT32 timeStamp; /* */ member 126 UINT32 timeStamp; /* The number of 2 * Segement_size in ACK number */ member 206 void wdrv_aeWTargetDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *timeStamp); 207 void wdrv_aeWTargetDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 timeStamp); 226 …SessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *timeStamp); 227 …tSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 timeStamp);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/ |
D | whalEndpntEnt_api.h | 60 …UINT32 timeStamp; /* A timestamp contains the receive time of the first fragment in the collect… member
|
D | whalEndpntEnt.c | 63 pCollectEnt->timeStamp = 0; in collectEntryFree()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/ |
D | RateAdaptation.c | 951 UINT32 timeStamp; in rateAdaptation_updateRateAdaptation() local 963 timeStamp = os_timeStampMs(pRateAdaptation->hOs); in rateAdaptation_updateRateAdaptation() 978 if( TS_EXCEEDS(timeStamp, pRateAdaptation->expirTimeTick) ) in rateAdaptation_updateRateAdaptation() 1027 timeStamp,pRateAdaptation->txFailCount,pRateAdaptation->txCount,txNumWaiting)); in rateAdaptation_updateRateAdaptation() 1115 TS_ADVANCE( timeStamp, pRateAdaptation->expirTimeTick, in rateAdaptation_updateRateAdaptation()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
D | tx.c | 1507 os_memoryZero (pTxData->hOs, pPacketId->timeStamp, sizeof(pPacketId->timeStamp)); in txData_startTxScheduler() 1508 pPacketId->timeStamp[0] = os_timeStampUs (pTxData->hOs); in txData_startTxScheduler() 1533 uCoreDelay = pMsdu->timeStamp[pMsdu->timeStampNum - 1] - pMsdu->timeStamp[0]; in txData_startTxScheduler() 1924 if (uXferDelay >= pPacketId->timeStamp[0]) in txData_sendPacketDebug() 1926 uXferDelay -= pPacketId->timeStamp[0]; in txData_sendPacketDebug() 1941 pPacketId->timeStamp[uDebugInfo] = uXferDelay; in txData_sendPacketDebug() 3297 UINT32 timeStamp ; in txData_getPsPollFrame() local 3377 timeStamp = os_timeStampMs(pTxData->hOs); in txData_getPsPollFrame() 3380 … (" txData_sendPsPollFrame() : time = %d insert PS_POLL frame to Driver queue \n", timeStamp)); in txData_getPsPollFrame()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
D | memMngrEx.h | 225 UINT32 timeStamp [MAX_NUM_OF_TIME_STAMPS]; member
|
D | paramOut.h | 640 UINT8 timeStamp[8]; member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | utils.h | 264 UINT32 timeStamp; member
|
D | utils.c | 1965 …pProfileInfo->profileInfoElement[pProfileInfo->currentInfoElement].timeStamp = os_timeStampUs(NULL… in util_recordProfile() 2002 pProfileInfo->profileInfoElement[index].timeStamp/1000000, in util_printProfile() 2003 pProfileInfo->profileInfoElement[index].timeStamp%1000000, in util_printProfile()
|
D | memMngrEx.c | 1141 pMsdu->timeStamp[pMsdu->timeStampNum ++] = in wlan_memMngrAddTimeStamp()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/ |
D | DataCtrl_Api.h | 173 UINT32 timeStamp [6]; member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
D | templates.c | 308 pBuf = (UINT8 *)pBuffer->timeStamp; in buildProbeRspTemplate()
|
/system/wlan/ti/wilink_6_1/utils/ |
D | 802_11Defs.h | 1070 TI_UINT8 timeStamp[TIME_STAMP_LEN]; member
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | templates.c | 423 pBuf = (TI_UINT8 *)pBuffer->timeStamp; in buildProbeRspTemplate()
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
D | paramOut.h | 567 TI_UINT8 timeStamp[8]; member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/ |
D | 802_11Defs.h | 973 UINT8 timeStamp[TIME_STAMP_LEN];
|