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

/system/wlan/ti/wilink_6_1/Txn/
H A DSdioBusDrv.c104 static void busDrv_SendTxnParts (TBusDrvObj *pBusDrv);
293 * \sa busDrv_PrepareTxnParts, busDrv_SendTxnParts
308 busDrv_SendTxnParts (pBusDrv);
315 /* The status is updated in busDrv_SendTxnParts(). It is Async (pending) if not completed in this context */
334 * \sa busDrv_Transact, busDrv_SendTxnParts,
435 * \fn busDrv_SendTxnParts
448 static void busDrv_SendTxnParts (TBusDrvObj *pBusDrv) function
484 TRACE0(pBusDrv->hReport, REPORT_SEVERITY_WARNING, "busDrv_SendTxnParts: SDIO Single-Step transaction failed once so try again");
499 TRACE7(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts: PartNum = %d, SingleStep = %d, Direction = %d, HwAddr = 0x%x, HostAddr = 0x%x, Length = %d, BlkMode = %d\n", pBusDrv->uCurrTxnPartsCount-1, TXN_PARAM_GET_SINGLE_STEP(pTxn), TXN_PARAM_GET_DIRECTION(pTxn), pTxnPart->uHwAddr, pTxnPart->pHostAddr, pTxnPart->uLength, pTxnPart->bBlkMode);
524 TRACE3(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts
[all...]

Completed in 108 milliseconds