Home
last modified time | relevance | path

Searched refs:table_end (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c533 uint32_t table_end = table_start + msix_table->size; in pci_vfio_mmap_bar() local
534 table_end = RTE_ALIGN(table_end, rte_mem_page_size()); in pci_vfio_mmap_bar()
544 if (table_start == 0 && table_end >= bar->size) { in pci_vfio_mmap_bar()
554 if (bar->size < table_end) { in pci_vfio_mmap_bar()
562 memreg[1].offset = bar->offset + table_end; in pci_vfio_mmap_bar()
563 memreg[1].size = bar->size - table_end; in pci_vfio_mmap_bar()