Searched refs:pba_bar (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ahci/
H A Dahci_pci.c466 ahci_pci_read_msix_bars(device_t dev, uint8_t *table_bar, uint8_t *pba_bar) argument
471 if ((table_bar == NULL) || (pba_bar == NULL))
482 *pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK);
495 uint8_t table_bar = 0, pba_bar = 0; local
585 error = ahci_pci_read_msix_bars(dev, &table_bar, &pba_bar);
588 ctlr->r_msix_pba_rid = pba_bar;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.h149 int pba_bar; member in struct:pci_devinst::__anon16461
H A Dpci_passthru.c238 pi->pi_msix.pba_bar =
470 if (pi->pi_msix.pba_bar == pi->pi_msix.table_bar) {
H A Dpci_emul.c365 return (pi->pi_msix.pba_bar);
857 pi->pi_msix.pba_bar = barnum;
1999 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.pba_bar, meta, ret, done);
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h568 uint16_t pba_bar; member in struct:al_pcie_msix_params
H A Dal_hal_pcie.c2709 (msix_params->pba_bar & AL_PCI_MSIX_PBA_BAR));
/freebsd-13-stable/usr.sbin/pciconf/
H A Dcap.c581 int msgnum, pba_bar, table_bar; local
592 pba_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK);
601 table_bar, table_offset, pba_bar, pba_offset);

Completed in 132 milliseconds