Searched refs:table_start (Results 1 – 1 of 1) sorted by relevance
508 uint32_t table_start = msix_table->offset; in pci_vfio_mmap_bar() local509 uint32_t table_end = table_start + msix_table->size; in pci_vfio_mmap_bar()511 table_start = RTE_ALIGN_FLOOR(table_start, PAGE_SIZE); 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()520 if (table_start == 0 && table_end >= bar->size) { in pci_vfio_mmap_bar()529 memreg[0].size = table_start; in pci_vfio_mmap_bar()