FreeBSD kernel pms device code
tdssPortFlags_s Struct Reference

data structure for port/phy related flags Some fields are just place holders and not used yet More...

#include <tdtypes.h>

Data Fields

agBOOLEAN portStarted
 
agBOOLEAN portInitialized
 
agBOOLEAN portReadyForDiscoverySent
 
agBOOLEAN portStoppedByOSLayer
 
agBOOLEAN failPortInit
 
agBOOLEAN pseudoPortInitDone
 
agBOOLEAN pseudoPortStartDone
 

Detailed Description

data structure for port/phy related flags Some fields are just place holders and not used yet

Definition at line 165 of file tdtypes.h.

Field Documentation

◆ failPortInit

agBOOLEAN tdssPortFlags_s::failPortInit

Definition at line 178 of file tdtypes.h.

◆ portInitialized

agBOOLEAN tdssPortFlags_s::portInitialized

Definition at line 170 of file tdtypes.h.

Referenced by tiCOMPortInit().

◆ portReadyForDiscoverySent

agBOOLEAN tdssPortFlags_s::portReadyForDiscoverySent

port stopped by oslayer

Definition at line 172 of file tdtypes.h.

◆ portStarted

agBOOLEAN tdssPortFlags_s::portStarted

< port started flag port initialized flag

Definition at line 167 of file tdtypes.h.

◆ portStoppedByOSLayer

agBOOLEAN tdssPortFlags_s::portStoppedByOSLayer

fail portinit/start

Definition at line 175 of file tdtypes.h.

◆ pseudoPortInitDone

agBOOLEAN tdssPortFlags_s::pseudoPortInitDone

Definition at line 180 of file tdtypes.h.

◆ pseudoPortStartDone

agBOOLEAN tdssPortFlags_s::pseudoPortStartDone

Definition at line 181 of file tdtypes.h.


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