|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <usbmport.h>

Public Attributes | |
| PHYSICAL_ADDRESS | SgPhysicalAddress |
| ULONG | Reserved1 |
| ULONG | SgTransferLength |
| ULONG | SgOffset |
| ULONG | Reserved2 |
Definition at line 106 of file usbmport.h.
| ULONG _USBPORT_SCATTER_GATHER_ELEMENT::Reserved1 |
Definition at line 108 of file usbmport.h.
| ULONG _USBPORT_SCATTER_GATHER_ELEMENT::Reserved2 |
Definition at line 111 of file usbmport.h.
| ULONG _USBPORT_SCATTER_GATHER_ELEMENT::SgOffset |
Definition at line 110 of file usbmport.h.
Referenced by EHCI_MapAsyncTransferToTd(), OHCI_MapTransferToTD(), USBPORT_MakeSplitTransfer(), and USBPORT_MapTransfer().
| PHYSICAL_ADDRESS _USBPORT_SCATTER_GATHER_ELEMENT::SgPhysicalAddress |
Definition at line 107 of file usbmport.h.
Referenced by OHCI_MapTransferToTD(), USBPORT_MakeSplitTransfer(), and USBPORT_MapTransfer().
| ULONG _USBPORT_SCATTER_GATHER_ELEMENT::SgTransferLength |
Definition at line 109 of file usbmport.h.
Referenced by EHCI_MapAsyncTransferToTd(), OHCI_MapTransferToTD(), USBPORT_MakeSplitTransfer(), and USBPORT_MapTransfer().