ReactOS 0.4.15-dev-7918-g2a2556c
_EHCI_HCD_TD Struct Reference

#include <usbehci.h>

Collaboration diagram for _EHCI_HCD_TD:

Public Attributes

EHCI_QUEUE_TD HwTD
 
ULONG PhysicalAddress
 
ULONG TdFlags
 
struct _EHCI_ENDPOINTEhciEndpoint
 
struct _EHCI_TRANSFEREhciTransfer
 
struct _EHCI_HCD_TDNextHcdTD
 
struct _EHCI_HCD_TDAltNextHcdTD
 
USB_DEFAULT_PIPE_SETUP_PACKET SetupPacket
 
ULONG LengthThisTD
 
LIST_ENTRY DoneLink
 
ULONG Pad [40]
 

Detailed Description

Definition at line 57 of file usbehci.h.

Member Data Documentation

◆ AltNextHcdTD

◆ DoneLink

LIST_ENTRY _EHCI_HCD_TD::DoneLink

Definition at line 69 of file usbehci.h.

Referenced by EHCI_PollActiveAsyncEndpoint(), and EHCI_PollHaltedAsyncEndpoint().

◆ EhciEndpoint

struct _EHCI_ENDPOINT* _EHCI_HCD_TD::EhciEndpoint

Definition at line 63 of file usbehci.h.

Referenced by EHCI_OpenBulkOrControlEndpoint(), and EHCI_OpenInterruptEndpoint().

◆ EhciTransfer

◆ HwTD

◆ LengthThisTD

ULONG _EHCI_HCD_TD::LengthThisTD

Definition at line 68 of file usbehci.h.

Referenced by EHCI_AbortAsyncTransfer(), EHCI_BulkTransfer(), and EHCI_ControlTransfer().

◆ NextHcdTD

◆ Pad

ULONG _EHCI_HCD_TD::Pad[40]

Definition at line 73 of file usbehci.h.

◆ PhysicalAddress

◆ SetupPacket

USB_DEFAULT_PIPE_SETUP_PACKET _EHCI_HCD_TD::SetupPacket

Definition at line 67 of file usbehci.h.

Referenced by EHCI_ControlTransfer().

◆ TdFlags


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