The Pedigree Project 0.1
Public Attributes | List of all members
AhciPort::Slot Struct Reference
+ Collaboration diagram for AhciPort::Slot:

Public Attributes

MemoryRegion data
 
physical_uintptr_t pages [16]
 
Semaphore completion
 
bool done
 
uint32_t errors
 
uint64_t deadline
 

Detailed Description

Definition at line 63 of file AhciPort.h.

Constructor & Destructor Documentation

◆ Slot()

AhciPort::Slot::Slot ( )
inline

Definition at line 64 of file AhciPort.h.

Member Data Documentation

◆ completion

Semaphore AhciPort::Slot::completion

Definition at line 68 of file AhciPort.h.

◆ data

MemoryRegion AhciPort::Slot::data

Definition at line 66 of file AhciPort.h.

◆ deadline

uint64_t AhciPort::Slot::deadline

Definition at line 71 of file AhciPort.h.

◆ done

bool AhciPort::Slot::done

Definition at line 69 of file AhciPort.h.

◆ errors

uint32_t AhciPort::Slot::errors

Definition at line 70 of file AhciPort.h.

◆ pages

physical_uintptr_t AhciPort::Slot::pages[16]

Definition at line 67 of file AhciPort.h.


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