ReactOS 0.4.15-dev-7942-gd23573b
_USBPORT_SCATTER_GATHER_LIST Struct Reference

#include <usbmport.h>

Collaboration diagram for _USBPORT_SCATTER_GATHER_LIST:

Public Attributes

ULONG Flags
 
ULONG_PTR CurrentVa
 
PVOID MappedSystemVa
 
ULONG SgElementCount
 
USBPORT_SCATTER_GATHER_ELEMENT SgElement [2]
 

Detailed Description

Definition at line 116 of file usbmport.h.

Member Data Documentation

◆ CurrentVa

ULONG_PTR _USBPORT_SCATTER_GATHER_LIST::CurrentVa

Definition at line 118 of file usbmport.h.

Referenced by USBPORT_MapTransfer().

◆ Flags

ULONG _USBPORT_SCATTER_GATHER_LIST::Flags

Definition at line 117 of file usbmport.h.

Referenced by USBPORT_MapTransfer().

◆ MappedSystemVa

PVOID _USBPORT_SCATTER_GATHER_LIST::MappedSystemVa

Definition at line 119 of file usbmport.h.

Referenced by USBPORT_MapTransfer().

◆ SgElement

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().

◆ SgElementCount

ULONG _USBPORT_SCATTER_GATHER_LIST::SgElementCount

Definition at line 120 of file usbmport.h.

Referenced by USBPORT_MapTransfer().


The documentation for this struct was generated from the following file: