Searched refs:pPRDTable (Results 1 – 1 of 1) sorted by relevance
1705 MV_SATA_EDMA_PRD_ENTRY *pPRDTable = 0; in fDeviceSendCommand() local1829 KdPrint(("pPRDTable:%p\n",pPRDTable)); in fDeviceSendCommand()1830 if (!pPRDTable) { in fDeviceSendCommand()1839 pPRDTable[i].flags = (MV_U16)tmpSg->wSgFlag; in fDeviceSendCommand()1840 pPRDTable[i].byteCount = (MV_U16)tmpSg->wSgSize; in fDeviceSendCommand()1841 pPRDTable[i].lowBaseAddr = (MV_U32)tmpSg->dSgAddress; in fDeviceSendCommand()1842 pPRDTable[i].reserved = 0; in fDeviceSendCommand()1846 pUdmaParams->prdLowAddr = (ULONG)fOsPhysicalAddress(pPRDTable); in fDeviceSendCommand()1851 pCmd->uScratch.sata_param.prdAddr = (PVOID)pPRDTable; in fDeviceSendCommand()1889 if(pPRDTable) in fDeviceSendCommand()[all …]