ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG Status: 8 | |
ULONG PIDCode: 2 | |
ULONG ErrorCounter: 2 | |
ULONG CurrentPage: 3 | |
ULONG InterruptOnComplete: 1 | |
ULONG TransferBytes: 15 | |
ULONG DataToggle: 1 | |
}; | |
ULONG | AsULONG |
Definition at line 345 of file hardware.h.
struct { ... } _EHCI_TD_TOKEN::@1399 |
ULONG _EHCI_TD_TOKEN::AsULONG |
Definition at line 355 of file hardware.h.
Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), and EHCI_InterruptTransfer().
ULONG _EHCI_TD_TOKEN::CurrentPage |
Definition at line 350 of file hardware.h.
ULONG _EHCI_TD_TOKEN::DataToggle |
Definition at line 353 of file hardware.h.
Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), EHCI_InterruptTransfer(), and EHCI_SetEndpointDataToggle().
ULONG _EHCI_TD_TOKEN::ErrorCounter |
Definition at line 349 of file hardware.h.
Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), EHCI_InterruptTransfer(), and EHCI_PollHaltedAsyncEndpoint().
ULONG _EHCI_TD_TOKEN::InterruptOnComplete |
Definition at line 351 of file hardware.h.
Referenced by EHCI_BulkTransfer(), and EHCI_InterruptTransfer().
ULONG _EHCI_TD_TOKEN::PIDCode |
Definition at line 348 of file hardware.h.
Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), and EHCI_InterruptTransfer().
ULONG _EHCI_TD_TOKEN::Status |
Definition at line 347 of file hardware.h.
Referenced by EHCI_AbortAsyncTransfer(), EHCI_AddDummyQHs(), EHCI_BulkTransfer(), EHCI_ControlTransfer(), EHCI_InitializeInterruptSchedule(), EHCI_InitializeSchedule(), EHCI_InterruptTransfer(), EHCI_LinkTransferToQueue(), EHCI_OpenBulkOrControlEndpoint(), EHCI_OpenInterruptEndpoint(), EHCI_PollActiveAsyncEndpoint(), EHCI_PollAsyncEndpoint(), EHCI_PollHaltedAsyncEndpoint(), and EHCI_SetEndpointStatus().
ULONG _EHCI_TD_TOKEN::TransferBytes |
Definition at line 352 of file hardware.h.
Referenced by EHCI_AbortAsyncTransfer(), EHCI_ControlTransfer(), EHCI_LinkTransferToQueue(), EHCI_OpenBulkOrControlEndpoint(), EHCI_OpenInterruptEndpoint(), EHCI_PollActiveAsyncEndpoint(), and EHCI_PollHaltedAsyncEndpoint().