FreeBSD kernel pms device code
mpiVConfig_s Struct Reference

#include <mpi.h>

Collaboration diagram for mpiVConfig_s:

Data Fields

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

Detailed Description

Definition at line 384 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 387 of file mpi.h.

◆ interruptVTable

mpiInterruptVT_t mpiVConfig_s::interruptVTable

Definition at line 394 of file mpi.h.

◆ mainConfig

mpiHostLLConfigDescriptor_t mpiVConfig_s::mainConfig

main part of configuration table

Definition at line 386 of file mpi.h.

◆ maxNumInboundQueues

bit16 mpiVConfig_s::maxNumInboundQueues

Definition at line 398 of file mpi.h.

◆ maxNumOutboundQueues

bit16 mpiVConfig_s::maxNumOutboundQueues

Definition at line 399 of file mpi.h.

◆ numInboundQueues

bit16 mpiVConfig_s::numInboundQueues

Definition at line 396 of file mpi.h.

◆ numOutboundQueues

bit16 mpiVConfig_s::numOutboundQueues

Definition at line 397 of file mpi.h.

◆ 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 390 of file mpi.h.

◆ phyAnalogConfig

agsaPhyAnalogSetupTable_t mpiVConfig_s::phyAnalogConfig

Definition at line 393 of file mpi.h.

◆ phyAttributeTable

sasPhyAttribute_t mpiVConfig_s::phyAttributeTable

Definition at line 395 of file mpi.h.

◆ queueOption

bit32 mpiVConfig_s::queueOption

Definition at line 400 of file mpi.h.


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