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

/freebsd-10.2-release/sys/dev/hptmv/
H A Dcommand.h123 FPSCAT_GATH pSgTable; member in struct:_Command
125 /* called if pSgTable is invalid. */
126 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
H A Dioctl.c72 FPSCAT_GATH pSgTable, int logical);
669 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) argument
675 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
676 pSgTable->wSgSize = (USHORT)bufferSize;
677 pSgTable->wSgFlag = SG_FLAG_EOT;
697 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v);
722 pSgTable[idx].wSgSize = (USHORT)length;
723 pSgTable[idx].wSgFlag = (bufferSize)? 0 : SG_FLAG_EOT;
H A Dentry.c1828 if (pCmd->pSgTable && pCmd->cf_physical_sg) {
1829 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
1838 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) {
1839 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
2739 FPSCAT_GATH psg = pCmd->pSgTable;
2901 pCmd->pSgTable = pmap->psg;

Completed in 105 milliseconds