Searched refs:pPRDTable (Results 1 – 1 of 1) sorted by relevance
1709 MV_SATA_EDMA_PRD_ENTRY *pPRDTable = 0; in fDeviceSendCommand() local1833 KdPrint(("pPRDTable:%p\n",pPRDTable)); in fDeviceSendCommand()1834 if (!pPRDTable) { in fDeviceSendCommand()1843 pPRDTable[i].flags = (MV_U16)tmpSg->wSgFlag; in fDeviceSendCommand()1844 pPRDTable[i].byteCount = (MV_U16)tmpSg->wSgSize; in fDeviceSendCommand()1845 pPRDTable[i].lowBaseAddr = (MV_U32)tmpSg->dSgAddress; in fDeviceSendCommand()1846 pPRDTable[i].reserved = 0; in fDeviceSendCommand()1850 pUdmaParams->prdLowAddr = (ULONG)fOsPhysicalAddress(pPRDTable); in fDeviceSendCommand()1855 pCmd->uScratch.sata_param.prdAddr = (PVOID)pPRDTable; in fDeviceSendCommand()1893 if(pPRDTable) in fDeviceSendCommand()[all …]