FreeBSD kernel pms device code
smIntContext_s Struct Reference

#include <smtypes.h>

Collaboration diagram for smIntContext_s:

Data Fields

struct smRootOsData_s smRootOsData
 
bit32 usecsPerTick
 
agsaRoot_tagRoot
 
smSwConfig_t SwConfig
 
smList_t timerlist
 
smDeviceData_tDeviceMem
 
smList_t FreeDeviceList
 
smList_t MainDeviceList
 
smIORequestBody_tIOMem
 
smList_t freeIOList
 
smList_t mainIOList
 
bit32 FCA
 

Detailed Description

Definition at line 326 of file smtypes.h.

Field Documentation

◆ agRoot

agsaRoot_t* smIntContext_s::agRoot

software-related initialization params used in saInitialize()

Definition at line 331 of file smtypes.h.

Referenced by smInitialize(), and smsataLLIOStart().

◆ DeviceMem

smDeviceData_t* smIntContext_s::DeviceMem

Definition at line 340 of file smtypes.h.

Referenced by smInitialize().

◆ FCA

bit32 smIntContext_s::FCA

Definition at line 348 of file smtypes.h.

Referenced by smInitialize().

◆ FreeDeviceList

smList_t smIntContext_s::FreeDeviceList

Definition at line 341 of file smtypes.h.

◆ freeIOList

smList_t smIntContext_s::freeIOList

Definition at line 346 of file smtypes.h.

Referenced by smEnqueueIO().

◆ IOMem

smIORequestBody_t* smIntContext_s::IOMem

Definition at line 345 of file smtypes.h.

Referenced by smInitialize().

◆ MainDeviceList

smList_t smIntContext_s::MainDeviceList

pointer to IO memory

Definition at line 342 of file smtypes.h.

◆ mainIOList

smList_t smIntContext_s::mainIOList

Definition at line 347 of file smtypes.h.

◆ smRootOsData

struct smRootOsData_s smIntContext_s::smRootOsData

< agsaRoot_t->osData points to this

Definition at line 328 of file smtypes.h.

Referenced by smInitialize().

◆ SwConfig

smSwConfig_t smIntContext_s::SwConfig

timers used commonly in SAS/SATA

Definition at line 334 of file smtypes.h.

◆ timerlist

smList_t smIntContext_s::timerlist

pointer to Device memory

Definition at line 337 of file smtypes.h.

◆ usecsPerTick

bit32 smIntContext_s::usecsPerTick

Definition at line 330 of file smtypes.h.

Referenced by smInitialize().


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