Home
last modified time | relevance | path

Searched refs:SgElementCount (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/usb/usbport/
H A Dtrfsplit.c40 SplitTransfer->SgList.SgElementCount = 1; in USBPORT_MakeSplitTransfer()
60 SplitTransfer->SgList.SgElementCount = 1; in USBPORT_MakeSplitTransfer()
99 SplitTransfer->SgList.SgElementCount++; in USBPORT_MakeSplitTransfer()
H A Dusbport.c2421 sgList->SgElementCount = ix; in USBPORT_MapTransfer()
/reactos/drivers/usb/usbohci/
H A Dusbohci.c1169 for (SgIdx = 0; SgIdx < SGList->SgElementCount; SgIdx++) in OHCI_MapTransferToTD()
1182 SGList->SgElementCount); in OHCI_MapTransferToTD()
1184 ASSERT(SgIdx < SGList->SgElementCount); in OHCI_MapTransferToTD()
1205 ASSERT(SGList->SgElementCount - SgIdx > 1); in OHCI_MapTransferToTD()
1303 if ((SGList->SgElementCount + OHCI_NON_DATA_CONTROL_TDS) > MaxTDs) in OHCI_ControlTransfer()
1440 if (SGList->SgElementCount > MaxTDs) in OHCI_BulkOrInterruptTransfer()
1476 ASSERT(SGList->SgElementCount == 0); in OHCI_BulkOrInterruptTransfer()
/reactos/drivers/usb/usbuhci/
H A Dusbuhci.c1115 if (SgList->SgElementCount || TransferType == USBPORT_TRANSFER_TYPE_CONTROL) in UhciMapAsyncTransferToTDs()
1142 for (ix = 0; ix < SgList->SgElementCount || ZeroLengthTransfer; ix++) in UhciMapAsyncTransferToTDs()
1167 if (ix >= SgList->SgElementCount - 1) in UhciMapAsyncTransferToTDs()
1407 SgCount = SgList->SgElementCount; in UhciBulkOrInterruptTransfer()
1424 SgList->SgElementCount, in UhciBulkOrInterruptTransfer()
/reactos/sdk/include/reactos/drivers/usbport/
H A Dusbmport.h120 ULONG SgElementCount; member
/reactos/drivers/usb/usbehci/
H A Dusbehci.c1561 for (SgIdx = 0; SgIdx < SgList->SgElementCount; SgIdx++) in EHCI_MapAsyncTransferToTd()
1572 SgRemain = SgList->SgElementCount - SgIdx; in EHCI_MapAsyncTransferToTd()
1607 if ((SgIdx + ix) >= SgList->SgElementCount) in EHCI_MapAsyncTransferToTd()