Searched refs:pba_bar (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/ahci/ |
| H A D | ahci_pci.c | 467 ahci_pci_read_msix_bars(device_t dev, uint8_t *table_bar, uint8_t *pba_bar) in ahci_pci_read_msix_bars() argument 472 if ((table_bar == NULL) || (pba_bar == NULL)) in ahci_pci_read_msix_bars() 483 *pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in ahci_pci_read_msix_bars() 496 uint8_t table_bar = 0, pba_bar = 0; in ahci_pci_attach() local 586 error = ahci_pci_read_msix_bars(dev, &table_bar, &pba_bar); in ahci_pci_attach() 589 ctlr->r_msix_pba_rid = pba_bar; in ahci_pci_attach()
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | cap.c | 581 int msgnum, pba_bar, table_bar; in cap_msix() local 592 pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK); in cap_msix() 601 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | pci_emul.h | 154 int pba_bar; member
|
| H A D | pci_emul.c | 425 return (pi->pi_msix.pba_bar); in pci_msix_pba_bar() 988 pi->pi_msix.pba_bar = barnum; in pci_emul_add_msixcap() 2166 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_bar, meta, ret, done); in pci_snapshot_pci_dev()
|
| H A D | pci_passthru.c | 234 pi->pi_msix.pba_bar = in cfginitmsi()
|
| /freebsd-13.1/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()
|