FreeBSD kernel pms device code
mpiInboundQueueDescriptor_s Struct Reference

MPI inbound queue attributes. More...

#include <mpi.h>

Data Fields

bit32 numElements
 
bit32 elementSize
 
bit32 priority
 
bit32 PIPCIBar
 
bit32 PIOffset
 
void * ciPointer
 

Detailed Description

MPI inbound queue attributes.

The mpiInboundQueueDescriptor_t structure is used to describe an inbound queue attributes

Definition at line 309 of file mpi.h.

Field Documentation

◆ ciPointer

void* mpiInboundQueueDescriptor_s::ciPointer

Pointer of CI (virtual Address)

Definition at line 317 of file mpi.h.

◆ elementSize

bit32 mpiInboundQueueDescriptor_s::elementSize

The size of each queue element, in bytes

Definition at line 312 of file mpi.h.

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

◆ numElements

bit32 mpiInboundQueueDescriptor_s::numElements

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

Definition at line 311 of file mpi.h.

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

◆ PIOffset

bit32 mpiInboundQueueDescriptor_s::PIOffset

PI PCI Bar Offset

Definition at line 316 of file mpi.h.

◆ PIPCIBar

bit32 mpiInboundQueueDescriptor_s::PIPCIBar

PI PCIe Bar

Definition at line 315 of file mpi.h.

◆ priority

bit32 mpiInboundQueueDescriptor_s::priority

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

Definition at line 313 of file mpi.h.

Referenced by mpiInitialize(), and siConfiguration().


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