iPXE
Data Fields
pci_msix Struct Reference

PCI MSI-X capability. More...

#include <pcimsix.h>

Data Fields

unsigned int cap
 Capability offset. More...
 
unsigned int count
 Number of vectors. More...
 
void * table
 MSI-X table. More...
 
void * pba
 Pending bit array. More...
 

Detailed Description

PCI MSI-X capability.

Definition at line 34 of file pcimsix.h.

Field Documentation

◆ cap

unsigned int pci_msix::cap

Capability offset.

Definition at line 36 of file pcimsix.h.

Referenced by pci_msix_disable(), pci_msix_enable(), and pci_msix_ioremap().

◆ count

unsigned int pci_msix::count

Number of vectors.

Definition at line 38 of file pcimsix.h.

Referenced by pci_msix_enable().

◆ table

void* pci_msix::table

MSI-X table.

Definition at line 40 of file pcimsix.h.

Referenced by pci_msix_control(), pci_msix_disable(), pci_msix_dump(), pci_msix_enable(), and pci_msix_map().

◆ pba

void* pci_msix::pba

Pending bit array.

Definition at line 42 of file pcimsix.h.

Referenced by pci_msix_disable(), pci_msix_dump(), and pci_msix_enable().


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