Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dmsix.c393 uint32_t bar_pba_size = QEMU_ALIGN_UP(nentries, 64) / 8; in msix_init_exclusive_bar() local
406 if (bar_pba_offset + bar_pba_size > 4096) { in msix_init_exclusive_bar()
407 bar_size = bar_pba_offset + bar_pba_size; in msix_init_exclusive_bar()