![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Collaboration diagram for vlib_pci_device:Data Fields | |
| uword | os_handle |
| vlib_pci_addr_t | bus_address |
| union { | |
| pci_config_type0_regs_t config0 | |
| pci_config_type1_regs_t config1 | |
| u8 config_data [256] | |
| }; | |
| void(* | interrupt_handler )(struct vlib_pci_device *dev) |
| u8 * | driver_name |
| int | numa_node |
| u8 * | product_name |
| u8 * | vpd_r |
| u8 * | vpd_w |
| uword | private_data |
| union { ... } |
| pci_config_type0_regs_t vlib_pci_device::config0 |
| pci_config_type1_regs_t vlib_pci_device::config1 |
| void(* vlib_pci_device::interrupt_handler) (struct vlib_pci_device *dev) |