Searched refs:pSgTable (Results 1 – 3 of 3) sorted by relevance
72 FPSCAT_GATH pSgTable, int logical);669 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) in R1ControlSgl() argument675 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()676 pSgTable->wSgSize = (USHORT)bufferSize; in R1ControlSgl()677 pSgTable->wSgFlag = SG_FLAG_EOT; in R1ControlSgl()697 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v); in R1ControlSgl()722 pSgTable[idx].wSgSize = (USHORT)length; in R1ControlSgl()723 pSgTable[idx].wSgFlag = (bufferSize)? 0 : SG_FLAG_EOT; in R1ControlSgl()
123 FPSCAT_GATH pSgTable; member126 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
1828 if (pCmd->pSgTable && pCmd->cf_physical_sg) { in fDeviceSendCommand()1829 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()1838 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) { in fDeviceSendCommand()1839 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()2739 FPSCAT_GATH psg = pCmd->pSgTable; in hpt_io_dmamap_callback()2901 pCmd->pSgTable = pmap->psg; in OsSendCommand()