FreeBSD kernel pms device code
mpiConfig_s Struct Reference

MPI layer configuration parameters. More...

#include <mpi.h>

Collaboration diagram for mpiConfig_s:

Data Fields

mpiHostLLConfigDescriptor_t mainConfig
 
mpiInboundQueueDescriptor_t inboundQueues [MPI_MAX_INBOUND_QUEUES]
 
mpiOutboundQueueDescriptor_t outboundQueues [MPI_MAX_OUTBOUND_QUEUES]
 
agsaPhyAnalogSetupTable_t phyAnalogConfig
 
bit16 numInboundQueues
 
bit16 numOutboundQueues
 
bit16 maxNumInboundQueues
 
bit16 maxNumOutboundQueues
 
bit32 queueOption
 

Detailed Description

MPI layer configuration parameters.

The mpiConfig_s structure is used as a parameter passed in mpiGetRequirements() and mpiInitialize() to describe the MPI software configuration

Definition at line 412 of file mpi.h.

Field Documentation

◆ inboundQueues

mpiQueueDescriptor structures that provide initialization attributes for the inbound queues. The maximum number of inbound queues is MPI_MAX_INBOUND_QUEUES

Definition at line 415 of file mpi.h.

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

◆ mainConfig

mpiHostLLConfigDescriptor_t mpiConfig_s::mainConfig

main part of configuration table

Definition at line 414 of file mpi.h.

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

◆ maxNumInboundQueues

bit16 mpiConfig_s::maxNumInboundQueues

Definition at line 424 of file mpi.h.

Referenced by mpiInitialize(), and siConfiguration().

◆ maxNumOutboundQueues

bit16 mpiConfig_s::maxNumOutboundQueues

Definition at line 425 of file mpi.h.

Referenced by mpiInitialize(), and siConfiguration().

◆ numInboundQueues

bit16 mpiConfig_s::numInboundQueues

Definition at line 422 of file mpi.h.

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

◆ numOutboundQueues

bit16 mpiConfig_s::numOutboundQueues

Definition at line 423 of file mpi.h.

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

◆ outboundQueues

mpiQueueDescriptor structures that provide initialization attributes for the outbound queues. The maximum number of inbound queues is MPI_MAX_OUTBOUND_QUEUES

Definition at line 418 of file mpi.h.

Referenced by mpiInitialize(), mpiRequirementsGet(), mpiWrIntVecTable(), and siConfiguration().

◆ phyAnalogConfig

agsaPhyAnalogSetupTable_t mpiConfig_s::phyAnalogConfig

Definition at line 421 of file mpi.h.

Referenced by mpiInitialize(), mpiWrAnalogSetupTable(), and saInitialize().

◆ queueOption

bit32 mpiConfig_s::queueOption

Definition at line 426 of file mpi.h.

Referenced by siConfiguration().


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