iPXE
|
MSI-X interrupt. More...
#include <intelxl.h>
Data Fields | |
struct pci_msix | cap |
PCI capability. More... | |
uint32_t | msg |
MSI-X dummy interrupt target. More... | |
struct dma_mapping | map |
DMA mapping for dummy interrupt target. More... | |
struct pci_msix intelxl_msix::cap |
PCI capability.
Definition at line 908 of file intelxl.h.
Referenced by intelxl_msix_disable(), and intelxl_msix_enable().
uint32_t intelxl_msix::msg |
MSI-X dummy interrupt target.
Definition at line 910 of file intelxl.h.
Referenced by intelxl_msix_enable().
struct dma_mapping intelxl_msix::map |
DMA mapping for dummy interrupt target.
Definition at line 912 of file intelxl.h.
Referenced by intelxl_msix_disable(), and intelxl_msix_enable().