FreeBSD kernel pms device code
agsaHwConfig_s Struct Reference

structure describe hardware configuration More...

#include <sa.h>

Collaboration diagram for agsaHwConfig_s:

Data Fields

bit32 phyCount
 
bit32 hwInterruptCoalescingTimer
 
bit32 hwInterruptCoalescingControl
 
bit32 intReassertionOption
 
bit32 hwOption
 
agsaPhyAnalogSetupTable_t phyAnalogConfig
 

Detailed Description

structure describe hardware configuration

Structure is used as a parameter passed in saInitialize() to describe the configuration used during hardware initialization

Definition at line 2300 of file sa.h.

Field Documentation

◆ hwInterruptCoalescingControl

bit32 agsaHwConfig_s::hwInterruptCoalescingControl

Host Interrupt CoalescingControl

Definition at line 2305 of file sa.h.

Referenced by saInitialize(), and tdsaGetHwConfigParams().

◆ hwInterruptCoalescingTimer

bit32 agsaHwConfig_s::hwInterruptCoalescingTimer

Host Interrupt CoalescingTimer

Definition at line 2304 of file sa.h.

Referenced by saInitialize(), and tdsaGetHwConfigParams().

◆ hwOption

bit32 agsaHwConfig_s::hwOption

Definition at line 2307 of file sa.h.

Referenced by mpiInitialize(), siConfiguration(), and tdsaGetHwConfigParams().

◆ intReassertionOption

bit32 agsaHwConfig_s::intReassertionOption

Interrupt Ressertion Option

Definition at line 2306 of file sa.h.

Referenced by mpiInitialize(), siConfiguration(), and tdsaGetHwConfigParams().

◆ phyAnalogConfig

agsaPhyAnalogSetupTable_t agsaHwConfig_s::phyAnalogConfig

PCAD64 on 64 bit addressing Phy Analog Setting Table

Definition at line 2309 of file sa.h.

Referenced by saInitialize(), and tdsaGetHwConfigParams().

◆ phyCount

bit32 agsaHwConfig_s::phyCount

Number of PHYs that are to be configured and initialized.

Definition at line 2302 of file sa.h.

Referenced by saInitialize(), siInitResources(), tdsaGetHwConfigParams(), and tdsaPrintHwConfig().


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