Searched refs:uDebugInfo (Results 1 - 9 of 9) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
H A DTNETW_Driver.h137 void TnetwDrv_TxXferDebug (TI_HANDLE hTnetwDrv, txCtrlBlkEntry_t *pPktCtrlBlk, UINT32 uDebugInfo);
144 void SendPacketDebug (TI_HANDLE hUser, UINT32 aPacketId, UINT32 uDebugInfo);
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);
H A DTNETW_Driver.c74 void TnetwDrv_TxXferDebug (TI_HANDLE hTnetwDrv, txCtrlBlkEntry_t *pPktCtrlBlk, UINT32 uDebugInfo);
/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/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
H A DtxXfer.h68 typedef void (* SendPacketDebugCB_t) (TI_HANDLE CBObj, txCtrlBlkEntry_t *pPktCtrlBlk, UINT32 uDebugInfo);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/Export_Inc/
H A DCore_AdaptTx.h125 void SendPacketDebug (TI_HANDLE hUser, UINT32 aPacketId, UINT32 uDebugInfo);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DDataCtrl_Api.h246 void txData_sendPacketDebug(TI_HANDLE hTxData, UINT32 pPacketIdAttr, UINT32 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;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2746 * uDebugInfo - Debug Information
2754 typedef void (* TSendPacketDebugCb) (TI_HANDLE CBObj, TTxCtrlBlk *pPktCtrlBlk, TI_UINT32 uDebugInfo);
2760 * uDebugInfo - Debug Information

Completed in 96 milliseconds