Searched refs:msix_table (Results 1 – 2 of 2) sorted by relevance
141 msix_table->bar_index = reg & RTE_PCI_MSIX_TABLE_BIR; in pci_vfio_get_msix_bar()143 msix_table->size = in pci_vfio_get_msix_bar()495 struct pci_msix_table *msix_table = &vfio_res->msix_table; in pci_vfio_mmap_bar() local503 if (msix_table->bar_index == bar_index) { in pci_vfio_mmap_bar()508 uint32_t table_start = msix_table->offset; in pci_vfio_mmap_bar()517 if (table_start < msix_table->offset) in pci_vfio_mmap_bar()518 table_start = msix_table->offset; in pci_vfio_mmap_bar()741 vfio_res->msix_table.bar_index = -1; in pci_vfio_map_resource_primary()752 if (vfio_res->msix_table.bar_index != -1) { in pci_vfio_map_resource_primary()754 vfio_res->msix_table.bar_index); in pci_vfio_map_resource_primary()[all …]
98 struct pci_msix_table msix_table; member