FreeBSD kernel pms device code
mpiOCQueue_s Struct Reference

#include <mpi.h>

Collaboration diagram for mpiOCQueue_s:

Data Fields

bit32 qNumber
 
bit32 numElements
 
bit32 elementSize
 
bit32 priority
 
bit32 CIPCIBar
 
bit32 CIPCIOffset
 
bit32 DIntTOffset
 
void * piPointer
 
mpiMem_t memoryRegion
 
bit32 producerIdx
 
bit32 consumerIdx
 
bit32 pcibar
 
agsaRoot_tagRoot
 

Detailed Description

Definition at line 150 of file mpi.h.

Field Documentation

◆ agRoot

agsaRoot_t* mpiOCQueue_s::agRoot

◆ CIPCIBar

bit32 mpiOCQueue_s::CIPCIBar

PCI Bar

Definition at line 157 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), and mpiMsgFreeSet().

◆ CIPCIOffset

bit32 mpiOCQueue_s::CIPCIOffset

PCI Offset

Definition at line 158 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), and mpiMsgFreeSet().

◆ consumerIdx

bit32 mpiOCQueue_s::consumerIdx

◆ DIntTOffset

bit32 mpiOCQueue_s::DIntTOffset

Dynamic Interrupt Coalescing Timeout offset

Definition at line 159 of file mpi.h.

Referenced by mpiInitialize().

◆ elementSize

bit32 mpiOCQueue_s::elementSize

The size of each queue element, in bytes

Definition at line 154 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), mpiMsgFreeSet(), and siProcessOBMsg().

◆ memoryRegion

mpiMem_t mpiOCQueue_s::memoryRegion

Queue's memory region descriptor

Definition at line 161 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), mpiMsgFreeSet(), siDumpOutboundQueue(), and siInitResources().

◆ numElements

bit32 mpiOCQueue_s::numElements

The total number of queue elements. A value 0 disables the queue

Definition at line 153 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), mpiMsgFreeSet(), saTimerTick(), siCheckQs(), and siInitResources().

◆ pcibar

bit32 mpiOCQueue_s::pcibar

CPI Logical Bar Number

Definition at line 164 of file mpi.h.

◆ piPointer

void* mpiOCQueue_s::piPointer

◆ priority

bit32 mpiOCQueue_s::priority

The queue priority. Possible values for this field are MPI_QUEUE_PRIORITY_HIGHEST and MPI_QUEUE_PRIORITY_LOWEST

Definition at line 155 of file mpi.h.

◆ producerIdx

bit32 mpiOCQueue_s::producerIdx

◆ qNumber

bit32 mpiOCQueue_s::qNumber

this queue number

Definition at line 152 of file mpi.h.

Referenced by mpiInitialize(), mpiMsgConsume(), mpiMsgFreeSet(), and siProcessOBMsg().


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