ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <usbehci.h>
Public Attributes | |
ULONG | Reserved |
PUSBPORT_TRANSFER_PARAMETERS | TransferParameters |
ULONG | USBDStatus |
ULONG | TransferLen |
PEHCI_ENDPOINT | EhciEndpoint |
ULONG | PendingTDs |
ULONG | TransferOnAsyncList |
PEHCI_ENDPOINT _EHCI_TRANSFER::EhciEndpoint |
Definition at line 155 of file usbehci.h.
Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().
ULONG _EHCI_TRANSFER::PendingTDs |
Definition at line 156 of file usbehci.h.
Referenced by EHCI_ProcessDoneAsyncTd().
ULONG _EHCI_TRANSFER::TransferLen |
Definition at line 154 of file usbehci.h.
Referenced by EHCI_ProcessDoneAsyncTd().
PUSBPORT_TRANSFER_PARAMETERS _EHCI_TRANSFER::TransferParameters |
Definition at line 152 of file usbehci.h.
Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().
ULONG _EHCI_TRANSFER::USBDStatus |
Definition at line 153 of file usbehci.h.
Referenced by EHCI_ProcessDoneAsyncTd(), and EHCI_SubmitTransfer().