Searched refs:pSgTable (Results 1 – 3 of 3) sorted by relevance
65 FPSCAT_GATH pSgTable, int logical);620 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) in R1ControlSgl() argument626 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()627 pSgTable->wSgSize = (USHORT)bufferSize; in R1ControlSgl()628 pSgTable->wSgFlag = SG_FLAG_EOT; in R1ControlSgl()648 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v); in R1ControlSgl()673 pSgTable[idx].wSgSize = (USHORT)length; in R1ControlSgl()674 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);
1787 if (pCmd->pSgTable && pCmd->cf_physical_sg) { in fDeviceSendCommand()1788 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()1797 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) { in fDeviceSendCommand()1798 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable; in fDeviceSendCommand()2643 FPSCAT_GATH psg = pCmd->pSgTable; in hpt_io_dmamap_callback()2800 pCmd->pSgTable = pmap->psg; in OsSendCommand()2860 … pCmd->pSgTable[idx].dSgAddress = (ULONG_PTR)(UCHAR *)sgList[idx].ds_addr; in OsSendCommand()2861 pCmd->pSgTable[idx].wSgSize = sgList[idx].ds_len; in OsSendCommand()2862 … pCmd->pSgTable[idx].wSgFlag= (idx==ccb->csio.sglist_cnt-1)?SG_FLAG_EOT: 0; in OsSendCommand()