ReactOS 0.4.15-dev-7842-g558ab78
_EHCI_ENDPOINT Struct Reference

#include <usbehci.h>

Collaboration diagram for _EHCI_ENDPOINT:

Public Attributes

ULONG Reserved
 
ULONG EndpointStatus
 
ULONG EndpointState
 
USBPORT_ENDPOINT_PROPERTIES EndpointProperties
 
PVOID DmaBufferVA
 
ULONG DmaBufferPA
 
PEHCI_HCD_TD FirstTD
 
ULONG MaxTDs
 
ULONG PendingTDs
 
ULONG RemainTDs
 
PEHCI_HCD_QH QH
 
PEHCI_HCD_TD HcdHeadP
 
PEHCI_HCD_TD HcdTailP
 
LIST_ENTRY ListTDs
 
const EHCI_PERIODPeriodTable
 
PEHCI_STATIC_QH StaticQH
 

Detailed Description

Definition at line 130 of file usbehci.h.

Member Data Documentation

◆ DmaBufferPA

ULONG _EHCI_ENDPOINT::DmaBufferPA

Definition at line 136 of file usbehci.h.

◆ DmaBufferVA

PVOID _EHCI_ENDPOINT::DmaBufferVA

Definition at line 135 of file usbehci.h.

◆ EndpointProperties

◆ EndpointState

ULONG _EHCI_ENDPOINT::EndpointState

Definition at line 133 of file usbehci.h.

◆ EndpointStatus

ULONG _EHCI_ENDPOINT::EndpointStatus

Definition at line 132 of file usbehci.h.

Referenced by EHCI_GetEndpointStatus(), and EHCI_SetEndpointStatus().

◆ FirstTD

PEHCI_HCD_TD _EHCI_ENDPOINT::FirstTD

Definition at line 137 of file usbehci.h.

◆ HcdHeadP

PEHCI_HCD_TD _EHCI_ENDPOINT::HcdHeadP

Definition at line 142 of file usbehci.h.

◆ HcdTailP

PEHCI_HCD_TD _EHCI_ENDPOINT::HcdTailP

Definition at line 143 of file usbehci.h.

◆ ListTDs

LIST_ENTRY _EHCI_ENDPOINT::ListTDs

Definition at line 144 of file usbehci.h.

◆ MaxTDs

ULONG _EHCI_ENDPOINT::MaxTDs

Definition at line 138 of file usbehci.h.

◆ PendingTDs

ULONG _EHCI_ENDPOINT::PendingTDs

Definition at line 139 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd().

◆ PeriodTable

const EHCI_PERIOD* _EHCI_ENDPOINT::PeriodTable

Definition at line 145 of file usbehci.h.

◆ QH

PEHCI_HCD_QH _EHCI_ENDPOINT::QH

◆ RemainTDs

ULONG _EHCI_ENDPOINT::RemainTDs

Definition at line 140 of file usbehci.h.

Referenced by EHCI_ProcessDoneAsyncTd().

◆ Reserved

ULONG _EHCI_ENDPOINT::Reserved

Definition at line 131 of file usbehci.h.

◆ StaticQH

PEHCI_STATIC_QH _EHCI_ENDPOINT::StaticQH

Definition at line 146 of file usbehci.h.


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