ReactOS 0.4.15-dev-7953-g1f49173
_EHCI_TRANSFER Struct Reference

#include <usbehci.h>

Collaboration diagram for _EHCI_TRANSFER:

Public Attributes

ULONG Reserved
 
PUSBPORT_TRANSFER_PARAMETERS TransferParameters
 
ULONG USBDStatus
 
ULONG TransferLen
 
PEHCI_ENDPOINT EhciEndpoint
 
ULONG PendingTDs
 
ULONG TransferOnAsyncList
 

Detailed Description

Definition at line 150 of file usbehci.h.

Member Data Documentation

◆ EhciEndpoint

PEHCI_ENDPOINT _EHCI_TRANSFER::EhciEndpoint

Definition at line 155 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().

◆ PendingTDs

ULONG _EHCI_TRANSFER::PendingTDs

Definition at line 156 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd().

◆ Reserved

ULONG _EHCI_TRANSFER::Reserved

Definition at line 151 of file usbehci.h.

◆ TransferLen

ULONG _EHCI_TRANSFER::TransferLen

Definition at line 154 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd().

◆ TransferOnAsyncList

ULONG _EHCI_TRANSFER::TransferOnAsyncList

Definition at line 157 of file usbehci.h.

◆ TransferParameters

PUSBPORT_TRANSFER_PARAMETERS _EHCI_TRANSFER::TransferParameters

Definition at line 152 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().

◆ USBDStatus

ULONG _EHCI_TRANSFER::USBDStatus

Definition at line 153 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().


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