FreeBSD kernel pms device code
spc_inboundQueueDescriptor_s Struct Reference

This structure is used to configure inbound queues. More...

#include <spcdefs.h>

Data Fields

bit32 elementPriSizeCount
 
bit32 upperBaseAddress
 
bit32 lowerBaseAddress
 
bit32 ciUpperBaseAddress
 
bit32 ciLowerBaseAddress
 
bit32 PIPCIBar
 
bit32 PIOffset
 
bit32 reserved
 

Detailed Description

This structure is used to configure inbound queues.

This structure specifies all required attributes to configure inbound queues

Definition at line 443 of file spcdefs.h.

Field Documentation

◆ ciLowerBaseAddress

bit32 spc_inboundQueueDescriptor_s::ciLowerBaseAddress

Lower physical address for inbound queue CI

Definition at line 453 of file spcdefs.h.

Referenced by mpiInitialize(), and mpiUpdateIBQueueCfgTable().

◆ ciUpperBaseAddress

bit32 spc_inboundQueueDescriptor_s::ciUpperBaseAddress

Upper physical address for inbound queue CI

Definition at line 452 of file spcdefs.h.

Referenced by mpiInitialize(), and mpiUpdateIBQueueCfgTable().

◆ elementPriSizeCount

bit32 spc_inboundQueueDescriptor_s::elementPriSizeCount

Priority, Size, Count in the queue bit00-15 Count When set to 0, this queue is disabled bit16-29 Size bit30-31 Priority 00:Normal, 01:High Priority

Definition at line 445 of file spcdefs.h.

Referenced by mpiInitialize(), and mpiUpdateIBQueueCfgTable().

◆ lowerBaseAddress

bit32 spc_inboundQueueDescriptor_s::lowerBaseAddress

Lower address bits for the queue message buffer pool

Definition at line 451 of file spcdefs.h.

Referenced by mpiInitialize(), and mpiUpdateIBQueueCfgTable().

◆ PIOffset

bit32 spc_inboundQueueDescriptor_s::PIOffset

Offset address for inbound queue PI

Definition at line 455 of file spcdefs.h.

◆ PIPCIBar

bit32 spc_inboundQueueDescriptor_s::PIPCIBar

PCI BAR for PI Offset

Definition at line 454 of file spcdefs.h.

◆ reserved

bit32 spc_inboundQueueDescriptor_s::reserved

reserved

Definition at line 456 of file spcdefs.h.

◆ upperBaseAddress

bit32 spc_inboundQueueDescriptor_s::upperBaseAddress

Upper address bits for the queue message buffer pool

Definition at line 450 of file spcdefs.h.

Referenced by mpiInitialize(), and mpiUpdateIBQueueCfgTable().


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