ReactOS 0.4.16-dev-125-g798ea90
|
#include <usbmport.h>
Public Attributes | |
ULONG | Flags |
ULONG_PTR | CurrentVa |
PVOID | MappedSystemVa |
ULONG | SgElementCount |
USBPORT_SCATTER_GATHER_ELEMENT | SgElement [2] |
Definition at line 116 of file usbmport.h.
ULONG_PTR _USBPORT_SCATTER_GATHER_LIST::CurrentVa |
Definition at line 118 of file usbmport.h.
Referenced by USBPORT_MapTransfer().
ULONG _USBPORT_SCATTER_GATHER_LIST::Flags |
Definition at line 117 of file usbmport.h.
Referenced by USBPORT_MapTransfer().
PVOID _USBPORT_SCATTER_GATHER_LIST::MappedSystemVa |
Definition at line 119 of file usbmport.h.
Referenced by USBPORT_MapTransfer().
USBPORT_SCATTER_GATHER_ELEMENT _USBPORT_SCATTER_GATHER_LIST::SgElement[2] |
Definition at line 121 of file usbmport.h.
Referenced by USBPORT_MakeSplitTransfer(), and USBPORT_MapTransfer().
ULONG _USBPORT_SCATTER_GATHER_LIST::SgElementCount |
Definition at line 120 of file usbmport.h.
Referenced by USBPORT_MapTransfer().