Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dglobal.h104 ULONG_PTR dSgAddress; member
H A Dentry.c1793 ULONG_PTR addr = tmpSg->dSgAddress; in fDeviceSendCommand()
1837 pPRDTable[i].highBaseAddr = (sizeof(tmpSg->dSgAddress)>4 ? (MV_U32)(tmpSg->dSgAddress>>32) : 0); in fDeviceSendCommand()
1840 pPRDTable[i].lowBaseAddr = (MV_U32)tmpSg->dSgAddress; in fDeviceSendCommand()
2505 pSg->dSgAddress = (ULONG_PTR)(UCHAR *)ccb->csio.data_ptr; in fOsBuildSgl()
2630 psg->dSgAddress = (ULONG_PTR)(UCHAR *)segs[idx].ds_addr; in hpt_io_dmamap_callback()
2633 /* KdPrint(("psg[%d]:add=%p,size=%x,flag=%x\n", idx, psg->dSgAddress,psg->wSgSize,psg->wSgFlag)); */ in hpt_io_dmamap_callback()
H A Dioctl.c623 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
645 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v); in R1ControlSgl()