Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dioctl.c65 FPSCAT_GATH pSgTable, int logical);
617 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) in R1ControlSgl() argument
623 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
624 pSgTable->wSgSize = (USHORT)bufferSize; in R1ControlSgl()
625 pSgTable->wSgFlag = SG_FLAG_EOT; in R1ControlSgl()
645 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v); in R1ControlSgl()
670 pSgTable[idx].wSgSize = (USHORT)length; in R1ControlSgl()
671 pSgTable[idx].wSgFlag = (bufferSize)? 0 : SG_FLAG_EOT; in R1ControlSgl()
H A Dcommand.h123 FPSCAT_GATH pSgTable; member
126 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
H A Dentry.c1768 if (pCmd->pSgTable && pCmd->cf_physical_sg) { in fDeviceSendCommand()
1769 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()
1778 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) { in fDeviceSendCommand()
1779 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()
2615 FPSCAT_GATH psg = pCmd->pSgTable; in hpt_io_dmamap_callback()
2777 pCmd->pSgTable = pmap->psg; in OsSendCommand()