FreeBSD kernel pms device code
tdsaPortStartInfo_s Struct Reference

data structure for TD port information This structure contains information in order to start the port The most of fields are filled in by OS layer and there can be up to 8 of these structures tiPortalContext_t->tdData points to this structure. More...

#include <tdtypes.h>

Collaboration diagram for tdsaPortStartInfo_s:

Data Fields

tiPortalContext_ttiPortalContext
 
tdsaPortContext_tportContext
 
agsaSASIdentify_t SASID
 
tdssPortFlags_t flags
 
agsaPhyConfig_t agPhyConfig
 

Detailed Description

data structure for TD port information This structure contains information in order to start the port The most of fields are filled in by OS layer and there can be up to 8 of these structures tiPortalContext_t->tdData points to this structure.

Definition at line 477 of file tdtypes.h.

Field Documentation

◆ agPhyConfig

agsaPhyConfig_t tdsaPortStartInfo_s::agPhyConfig

Definition at line 482 of file tdtypes.h.

◆ flags

tdssPortFlags_t tdsaPortStartInfo_s::flags

Definition at line 481 of file tdtypes.h.

Referenced by tiCOMPortInit().

◆ portContext

tdsaPortContext_t* tdsaPortStartInfo_s::portContext

Definition at line 479 of file tdtypes.h.

Referenced by ossaHwCB().

◆ SASID

agsaSASIdentify_t tdsaPortStartInfo_s::SASID

Definition at line 480 of file tdtypes.h.

Referenced by ossaHwCB().

◆ tiPortalContext

tiPortalContext_t* tdsaPortStartInfo_s::tiPortalContext

Definition at line 478 of file tdtypes.h.

Referenced by ossaDeviceRegistrationCB(), and ossaHwCB().


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