Home
last modified time | relevance | path

Searched refs:dSgAddress (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
HDglobal.h105 ULONG_PTR dSgAddress; member
HDentry.c1810 ULONG_PTR addr = tmpSg->dSgAddress; in fDeviceSendCommand()
1854 … pPRDTable[i].highBaseAddr = (sizeof(tmpSg->dSgAddress)>4 ? (MV_U32)(tmpSg->dSgAddress>>32) : 0); in fDeviceSendCommand()
1857 pPRDTable[i].lowBaseAddr = (MV_U32)tmpSg->dSgAddress; in fDeviceSendCommand()
2525 … pSg[idx].dSgAddress = (ULONG_PTR)(UCHAR *)sgList[idx].ds_addr; in fOsBuildSgl()
2531 pSg->dSgAddress = (ULONG_PTR)(UCHAR *)ccb->csio.data_ptr; in fOsBuildSgl()
2655 psg->dSgAddress = (ULONG_PTR)(UCHAR *)segs[idx].ds_addr; in hpt_io_dmamap_callback()
2860 … pCmd->pSgTable[idx].dSgAddress = (ULONG_PTR)(UCHAR *)sgList[idx].ds_addr; in OsSendCommand()
HDioctl.c626 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
648 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v); in R1ControlSgl()