Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_emul.h149 int table_bar; member
H A Dpci_passthru.c333 pi->pi_msix.table_bar = in cfginitmsi()
542 pbm.pbm_reg = PCIR_BAR(pi->pi_msix.table_bar); in init_msix_table()
H A Dpci_emul.c503 return (pi->pi_msix.table_bar); in pci_msix_table_bar()
1259 pi->pi_msix.table_bar = barnum; in pci_emul_add_msixcap()
2504 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_bar, meta, ret, done); in pci_snapshot_pci_dev()
/src/usr.sbin/pciconf/
H A Dcap.c692 int msgnum, pba_bar, table_bar; in cap_msix() local
699 table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_msix()
712 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
/src/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h565 uint8_t table_bar; member
H A Dal_hal_pcie.c2705 (msix_params->table_bar & AL_PCI_MSIX_TABLE_BAR)); in al_pcie_msix_config()