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

/freebsd-current/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.c65 FPSCAT_GATH pSgTable, int logical);
617 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) argument
623 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
624 pSgTable->wSgSize = (USHORT)bufferSize;
625 pSgTable->wSgFlag = SG_FLAG_EOT;
645 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v);
670 pSgTable[idx].wSgSize = (USHORT)length;
671 pSgTable[idx].wSgFlag = (bufferSize)? 0 : SG_FLAG_EOT;
H A Dentry.c1770 if (pCmd->pSgTable && pCmd->cf_physical_sg) {
1771 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
1780 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) {
1781 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
2617 FPSCAT_GATH psg = pCmd->pSgTable;
2779 pCmd->pSgTable = pmap->psg;

Completed in 188 milliseconds