FreeBSD kernel pms device code
agsaPhyErrCounters_s Struct Reference

structure describe error counters of a PHY in the SAS/SATA More...

#include <sa.h>

Data Fields

bit32 invalidDword
 
bit32 runningDisparityError
 
bit32 lossOfDwordSynch
 
bit32 phyResetProblem
 
bit32 elasticityBufferOverflow
 
bit32 receivedErrorPrimitive
 
bit32 inboundCRCError
 
bit32 codeViolation
 

Detailed Description

structure describe error counters of a PHY in the SAS/SATA

Structure is used as a parameter passed in saLocalPhyControlCB() to describe the error counter

Definition at line 2246 of file sa.h.

Field Documentation

◆ codeViolation

bit32 agsaPhyErrCounters_s::codeViolation

Definition at line 2262 of file sa.h.

Referenced by saLocalPhyControl().

◆ elasticityBufferOverflow

bit32 agsaPhyErrCounters_s::elasticityBufferOverflow

Definition at line 2258 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().

◆ inboundCRCError

bit32 agsaPhyErrCounters_s::inboundCRCError

Definition at line 2261 of file sa.h.

Referenced by saLocalPhyControl().

◆ invalidDword

bit32 agsaPhyErrCounters_s::invalidDword

Definition at line 2248 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().

◆ lossOfDwordSynch

bit32 agsaPhyErrCounters_s::lossOfDwordSynch

Definition at line 2253 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().

◆ phyResetProblem

bit32 agsaPhyErrCounters_s::phyResetProblem

Definition at line 2255 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().

◆ receivedErrorPrimitive

bit32 agsaPhyErrCounters_s::receivedErrorPrimitive

Definition at line 2260 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().

◆ runningDisparityError

bit32 agsaPhyErrCounters_s::runningDisparityError

Definition at line 2250 of file sa.h.

Referenced by ossaLocalPhyControlCB(), and saLocalPhyControl().


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