Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c509 uint32_t table_end = table_start + msix_table->size; in pci_vfio_mmap_bar() local
510 table_end = RTE_ALIGN(table_end, PAGE_SIZE); in pci_vfio_mmap_bar()
520 if (table_start == 0 && table_end >= bar->size) { in pci_vfio_mmap_bar()
530 if (bar->size < table_end) { in pci_vfio_mmap_bar()
538 memreg[1].offset = bar->offset + table_end; in pci_vfio_mmap_bar()
539 memreg[1].size = bar->size - table_end; in pci_vfio_mmap_bar()