ReactOS 0.4.15-dev-8100-g1887773
_UHCI_TRANSFER Struct Reference

#include <usbuhci.h>

Collaboration diagram for _UHCI_TRANSFER:

Public Attributes

PUSBPORT_TRANSFER_PARAMETERS TransferParameters
 
PUHCI_ENDPOINT UhciEndpoint
 
USBD_STATUS USBDStatus
 
ULONG PendingTds
 
SIZE_T TransferLen
 

Detailed Description

Definition at line 124 of file usbuhci.h.

Member Data Documentation

◆ PendingTds

ULONG _UHCI_TRANSFER::PendingTds

Definition at line 128 of file usbuhci.h.

Referenced by UhciControlTransfer(), and UhciProcessDoneNonIsoTD().

◆ TransferLen

SIZE_T _UHCI_TRANSFER::TransferLen

Definition at line 129 of file usbuhci.h.

Referenced by UhciProcessDoneNonIsoTD().

◆ TransferParameters

PUSBPORT_TRANSFER_PARAMETERS _UHCI_TRANSFER::TransferParameters

Definition at line 125 of file usbuhci.h.

Referenced by UhciPollNonIsoEndpoint(), UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().

◆ UhciEndpoint

PUHCI_ENDPOINT _UHCI_TRANSFER::UhciEndpoint

Definition at line 126 of file usbuhci.h.

Referenced by UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().

◆ USBDStatus

USBD_STATUS _UHCI_TRANSFER::USBDStatus

Definition at line 127 of file usbuhci.h.

Referenced by UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().


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