iPXE
|
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... | |
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().
unsigned int pci_msix::count |
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().
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().