FreeBSD kernel pms device code
agsaMemoryRequirement_s Struct Reference

specify the memory allocation requirement for the SAS/SATA LL Layer More...

#include <sa.h>

Collaboration diagram for agsaMemoryRequirement_s:

Data Fields

bit32 count
 
agsaMem_t agMemory [AGSA_NUM_MEM_CHUNKS]
 

Detailed Description

specify the memory allocation requirement for the SAS/SATA LL Layer

data structure used in the saGetRequirements() and the saInitialize() function calls

Definition at line 2533 of file sa.h.

Field Documentation

◆ agMemory

agsaMem_t agsaMemoryRequirement_s::agMemory[AGSA_NUM_MEM_CHUNKS]

The structure that defines the memory requirement structure

Definition at line 2537 of file sa.h.

Referenced by saGetControllerEventLogInfo(), saGetRequirements(), saInitialize(), siInitResources(), siNonFatalErrorBuffer(), tdsaLoLevelGetResource(), and tiCOMPortInit().

◆ count

bit32 agsaMemoryRequirement_s::count

The number of memory chunks used in the agMemory table

Definition at line 2535 of file sa.h.

Referenced by saGetRequirements(), saInitialize(), tdsaLoLevelGetResource(), and tiCOMPortInit().


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