HomeSort by relevance Sort by last modified time
    Searched refs:xferStateMachine (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
txXfer.c 261 tnetwifStatus = TNETWIF_Start(pTxXfer->hTNETWIF, TX_XFER_MODULE_ID, pTxXfer, xferStateMachine);
347 * xferStateMachine()
385 static void xferStateMachine(TI_HANDLE hTxXfer, UINT8 module_id, TI_STATUS status)
394 ("xferStateMachine(): **** Called with NULL handle!! ****\n"));
430 xferStateMachine,
487 xferStateMachine,
501 ("xferStateMachine(): Looping too long for Tx-Status, LastTxStatus=%d\n",
566 xferStateMachine,
630 tnetwifStatus = TNETWIF_Restart(pTxXfer->hTNETWIF, TX_XFER_MODULE_ID, pTxXfer, xferStateMachine);
650 tnetwifStatus = TNETWIF_Restart(pTxXfer->hTNETWIF, TX_XFER_MODULE_ID, pTxXfer, xferStateMachine);
    [all...]
txXfer.h 125 static void xferStateMachine(TI_HANDLE hTxXfer, UINT8 module_id, TI_STATUS status);

Completed in 159 milliseconds