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

/freebsd-13-stable/sys/dev/hptmv/
H A Dcommand.h125 FPSCAT_GATH pSgTable; member in struct:_Command
127 /* called if pSgTable is invalid. */
128 int (* HPTLIBAPI pfnBuildSgl)(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical);
H A Dioctl.c67 FPSCAT_GATH pSgTable, int logical);
619 R1ControlSgl(_VBUS_ARG PCommand pCmd, FPSCAT_GATH pSgTable, int logical) argument
625 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
626 pSgTable->wSgSize = (USHORT)bufferSize;
627 pSgTable->wSgFlag = SG_FLAG_EOT;
647 pSgTable[idx].dSgAddress = fOsPhysicalAddress(v);
672 pSgTable[idx].wSgSize = (USHORT)length;
673 pSgTable[idx].wSgFlag = (bufferSize)? 0 : SG_FLAG_EOT;
H A Dentry.c1775 if (pCmd->pSgTable && pCmd->cf_physical_sg) {
1776 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
1785 if (pCmd->pSgTable && pCmd->cf_physical_sg==0) {
1786 FPSCAT_GATH sg1=tmpSg, sg2=pCmd->pSgTable;
2626 FPSCAT_GATH psg = pCmd->pSgTable;
2788 pCmd->pSgTable = pmap->psg;

Completed in 64 milliseconds