Searched refs:table_start (Results 1 – 1 of 1) sorted by relevance
532 uint32_t table_start = msix_table->offset; in pci_vfio_mmap_bar() local533 uint32_t table_end = table_start + msix_table->size; in pci_vfio_mmap_bar()535 table_start = RTE_ALIGN_FLOOR(table_start, rte_mem_page_size()); 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()544 if (table_start == 0 && table_end >= bar->size) { in pci_vfio_mmap_bar()553 memreg[0].size = table_start; in pci_vfio_mmap_bar()