FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
linux_pci_irq_t Struct Reference

Data Fields

int fd
 
u32 clib_file_index
 
union {
   pci_intx_handler_function_t *   intx_handler
 
   pci_msix_handler_function_t *   msix_handler
 
}; 
 

Detailed Description

Definition at line 77 of file pci.c.

Field Documentation

◆ @35

union { ... }

◆ clib_file_index

u32 linux_pci_irq_t::clib_file_index

Definition at line 80 of file pci.c.

◆ fd

int linux_pci_irq_t::fd

Definition at line 79 of file pci.c.

◆ intx_handler

pci_intx_handler_function_t* linux_pci_irq_t::intx_handler

Definition at line 83 of file pci.c.

◆ msix_handler

pci_msix_handler_function_t* linux_pci_irq_t::msix_handler

Definition at line 84 of file pci.c.


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