Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dmsix.c392 uint32_t bar_pba_offset = bar_size / 2; in msix_init_exclusive_bar() local
402 if (nentries * PCI_MSIX_ENTRY_SIZE > bar_pba_offset) { in msix_init_exclusive_bar()
403 bar_pba_offset = nentries * PCI_MSIX_ENTRY_SIZE; in msix_init_exclusive_bar()
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()
418 bar_nr, bar_pba_offset, in msix_init_exclusive_bar()