Searched defs:uDebugInfo (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
H A DCore_AdaptTx.c294 void SendPacketDebug (TI_HANDLE hUser, UINT32 uPacketId, UINT32 uDebugInfo) argument
298 txData_sendPacketDebug (pCore_AdaptTx->hTxData, uPacketId, uDebugInfo);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DTNETW_Driver_Tx.c485 uDebugInfo - Additional debug info
493 void TnetwDrv_TxXferDebug (TI_HANDLE hTnetwDrv, txCtrlBlkEntry_t *pPktCtrlBlk, UINT32 uDebugInfo) argument
500 SendPacketDebug (pTnetwDrv->hUser, pPktCtrlBlk->txPktParams.packetId, uDebugInfo);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c1910 void txData_sendPacketDebug (TI_HANDLE hTxData, UINT32 uPacketId, UINT32 uDebugInfo) argument
1920 switch (uDebugInfo)
1940 if (uDebugInfo < 5)
1941 pPacketId->timeStamp[uDebugInfo] = uXferDelay;

Completed in 168 milliseconds