Searched refs:msix_table (Results 1 – 2 of 2) sorted by relevance
146 msix_table->bar_index = reg & RTE_PCI_MSIX_TABLE_BIR; in pci_vfio_get_msix_bar()148 msix_table->size = in pci_vfio_get_msix_bar()519 struct pci_msix_table *msix_table = &vfio_res->msix_table; in pci_vfio_mmap_bar() local527 if (msix_table->bar_index == bar_index) { in pci_vfio_mmap_bar()532 uint32_t table_start = msix_table->offset; in pci_vfio_mmap_bar()541 if (table_start < msix_table->offset) in pci_vfio_mmap_bar()542 table_start = msix_table->offset; in pci_vfio_mmap_bar()770 vfio_res->msix_table.bar_index = -1; in pci_vfio_map_resource_primary()781 if (vfio_res->msix_table.bar_index != -1) { in pci_vfio_map_resource_primary()783 vfio_res->msix_table.bar_index); in pci_vfio_map_resource_primary()[all …]
100 struct pci_msix_table msix_table; member