|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <usbmport.h>

Public Attributes | |
| ULONG | TransferFlags |
| ULONG | TransferBufferLength |
| ULONG | TransferCounter |
| BOOL | IsTransferSplited |
| ULONG | Reserved2 |
| USB_DEFAULT_PIPE_SETUP_PACKET | SetupPacket |
Definition at line 95 of file usbmport.h.
| BOOL _USBPORT_TRANSFER_PARAMETERS::IsTransferSplited |
Definition at line 99 of file usbmport.h.
Referenced by OHCI_PollAsyncEndpoint().
| ULONG _USBPORT_TRANSFER_PARAMETERS::Reserved2 |
Definition at line 100 of file usbmport.h.
| USB_DEFAULT_PIPE_SETUP_PACKET _USBPORT_TRANSFER_PARAMETERS::SetupPacket |
Definition at line 101 of file usbmport.h.
| ULONG _USBPORT_TRANSFER_PARAMETERS::TransferBufferLength |
Definition at line 97 of file usbmport.h.
Referenced by EHCI_MapAsyncTransferToTd(), USBPORT_FlushMapTransfers(), USBPORT_MapTransfer(), USBPORT_MiniportCompleteTransfer(), USBPORT_QueueActiveUrbToEndpoint(), and USBPORT_SplitBulkInterruptTransfer().
| ULONG _USBPORT_TRANSFER_PARAMETERS::TransferCounter |
Definition at line 98 of file usbmport.h.
Referenced by OHCI_PollAsyncEndpoint(), and UhciPollNonIsoEndpoint().
| ULONG _USBPORT_TRANSFER_PARAMETERS::TransferFlags |
Definition at line 96 of file usbmport.h.
Referenced by UhciPollNonIsoEndpoint().