ReactOS 0.4.15-dev-7934-g1dc8d80
_OHCI_TRANSFER Struct Reference

#include <usbohci.h>

Collaboration diagram for _OHCI_TRANSFER:

Public Attributes

ULONG Reserved
 
ULONG TransferLen
 
PUSBPORT_TRANSFER_PARAMETERS TransferParameters
 
ULONG PendingTDs
 
ULONG Flags
 
USBD_STATUS USBDStatus
 
POHCI_ENDPOINT OhciEndpoint
 
POHCI_HCD_TD NextTD
 
POHCI_HCD_TD ControlStatusTD
 

Detailed Description

Definition at line 134 of file usbohci.h.

Member Data Documentation

◆ ControlStatusTD

POHCI_HCD_TD _OHCI_TRANSFER::ControlStatusTD

Definition at line 143 of file usbohci.h.

Referenced by OHCI_PollAsyncEndpoint().

◆ Flags

ULONG _OHCI_TRANSFER::Flags

Definition at line 139 of file usbohci.h.

Referenced by OHCI_PollAsyncEndpoint().

◆ NextTD

POHCI_HCD_TD _OHCI_TRANSFER::NextTD

Definition at line 142 of file usbohci.h.

Referenced by OHCI_AbortTransfer(), and OHCI_PollAsyncEndpoint().

◆ OhciEndpoint

POHCI_ENDPOINT _OHCI_TRANSFER::OhciEndpoint

Definition at line 141 of file usbohci.h.

Referenced by OHCI_ProcessDoneTD(), and OHCI_SubmitTransfer().

◆ PendingTDs

ULONG _OHCI_TRANSFER::PendingTDs

Definition at line 138 of file usbohci.h.

Referenced by OHCI_ControlTransfer(), and OHCI_ProcessDoneTD().

◆ Reserved

ULONG _OHCI_TRANSFER::Reserved

Definition at line 135 of file usbohci.h.

◆ TransferLen

ULONG _OHCI_TRANSFER::TransferLen

Definition at line 136 of file usbohci.h.

Referenced by OHCI_AbortTransfer(), and OHCI_ProcessDoneTD().

◆ TransferParameters

PUSBPORT_TRANSFER_PARAMETERS _OHCI_TRANSFER::TransferParameters

Definition at line 137 of file usbohci.h.

Referenced by OHCI_PollAsyncEndpoint(), OHCI_ProcessDoneTD(), and OHCI_SubmitTransfer().

◆ USBDStatus

USBD_STATUS _OHCI_TRANSFER::USBDStatus

Definition at line 140 of file usbohci.h.

Referenced by OHCI_ProcessDoneTD().


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