ReactOS 0.4.16-dev-2633-g8dc9e50
_ATA_WORKER_DEVICE_CONTEXT Struct Reference

#include <atapi.h>

Collaboration diagram for _ATA_WORKER_DEVICE_CONTEXT:

Public Attributes

volatile LONG EventsPending
 
volatile LONG EnumStatus
 
ULONG ResetRetryCount
 
ULONG Flags
 
KEVENT EnumerationEvent
 
KEVENT ConfigureEvent
 

Detailed Description

Definition at line 298 of file atapi.h.

Member Data Documentation

◆ ConfigureEvent

KEVENT _ATA_WORKER_DEVICE_CONTEXT::ConfigureEvent

Definition at line 307 of file atapi.h.

Referenced by AtaPdoCreateDevice(), AtaPortConfigureDevice(), and AtaPortExitStateMachine().

◆ EnumerationEvent

KEVENT _ATA_WORKER_DEVICE_CONTEXT::EnumerationEvent

Definition at line 306 of file atapi.h.

Referenced by AtaPdoCreateDevice(), AtaPortEnumerateDevice(), and AtaPortExitStateMachine().

◆ EnumStatus

volatile LONG _ATA_WORKER_DEVICE_CONTEXT::EnumStatus

Definition at line 301 of file atapi.h.

Referenced by AtaPortEnumerateDevice(), and AtaPortExitStateMachine().

◆ EventsPending

volatile LONG _ATA_WORKER_DEVICE_CONTEXT::EventsPending

Definition at line 300 of file atapi.h.

Referenced by AtaPortFindDeviceForAction(), and AtaPortOnResetNotification().

◆ Flags

ULONG _ATA_WORKER_DEVICE_CONTEXT::Flags

◆ ResetRetryCount

ULONG _ATA_WORKER_DEVICE_CONTEXT::ResetRetryCount

Definition at line 302 of file atapi.h.

Referenced by AtaPortEnterStateMachine().


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