Searched refs:pba_bar (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ahci/ |
H A D | ahci_pci.c | 469 ahci_pci_read_msix_bars(device_t dev, uint8_t *table_bar, uint8_t *pba_bar) in ahci_pci_read_msix_bars() argument 474 if ((table_bar == NULL) || (pba_bar == NULL)) in ahci_pci_read_msix_bars() 485 *pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars() 498 uint8_t table_bar = 0, pba_bar = 0; in ahci_pci_attach() local 588 error = ahci_pci_read_msix_bars(dev, &table_bar, &pba_bar); in ahci_pci_attach() 591 ctlr->r_msix_pba_rid = pba_bar; in ahci_pci_attach()
|
/freebsd/usr.sbin/pciconf/ |
H A D | cap.c | 692 int msgnum, pba_bar, table_bar; in cap_ea() 703 pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_ea() 712 table_bar, table_offset, pba_bar, pba_offset); in cap_ea() 580 int msgnum, pba_bar, table_bar; cap_msix() local
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie.h | 568 uint16_t pba_bar; member
|
H A D | al_hal_pcie.c | 2709 (msix_params->pba_bar & AL_PCI_MSIX_PBA_BAR)); in al_pcie_msix_config()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_emul.c | 510 return (pi->pi_msix.pba_bar); in pci_msix_pba_bar() 1257 pi->pi_msix.pba_bar = barnum; in pci_emul_add_msixcap() 2502 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_bar, meta, ret, done); in pci_snapshot_pci_dev()
|
H A D | pci_passthru.c | 317 pi->pi_msix.pba_bar = in cfginitmsi()
|