Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c240 pi->pi_msix.pba_offset = in cfginitmsi()
298 if (pi->pi_msix.pba_page != NULL && offset >= pi->pi_msix.pba_offset && in msix_table_read()
299 offset < pi->pi_msix.pba_offset + pi->pi_msix.pba_size) { in msix_table_read()
377 if (pi->pi_msix.pba_page != NULL && offset >= pi->pi_msix.pba_offset && in msix_table_write()
378 offset < pi->pi_msix.pba_offset + pi->pi_msix.pba_size) { in msix_table_write()
444 uint32_t pba_size, pba_offset; in init_msix_table() local
471 pba_offset = pi->pi_msix.pba_offset; in init_msix_table()
473 if (pba_offset >= table_offset + table_size || in init_msix_table()
474 table_offset >= pba_offset + pba_size) { in init_msix_table()
487 if (pba_offset <= table_offset) in init_msix_table()
H A Dpci_emul.h143 uint32_t pba_offset; member
H A Dpci_emul.c255 if (offset < pi->pi_msix.pba_offset) in pci_valid_pba_offset()
258 if (offset >= pi->pi_msix.pba_offset + pi->pi_msix.pba_size) { in pci_valid_pba_offset()
856 pi->pi_msix.pba_offset = tab_size; in pci_emul_add_msixcap()
/freebsd-12.1/usr.sbin/pciconf/
H A Dcap.c546 uint32_t pba_offset, table_offset, val; in cap_msix() local
559 pba_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
567 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
/freebsd-12.1/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h566 uint16_t pba_offset; member
H A Dal_hal_pcie.c2708 (msix_params->pba_offset & AL_PCI_MSIX_PBA_OFFSET) | in al_pcie_msix_config()