Searched refs:table_bar (Results 1 - 7 of 7) sorted by path

/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c2705 (msix_params->table_bar & AL_PCI_MSIX_TABLE_BAR));
H A Dal_hal_pcie.h565 uint8_t table_bar; member in struct:al_pcie_msix_params
/freebsd-current/sys/dev/ahci/
H A Dahci_pci.c470 ahci_pci_read_msix_bars(device_t dev, uint8_t *table_bar, uint8_t *pba_bar) argument
475 if ((table_bar == NULL) || (pba_bar == NULL))
483 *table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK);
499 uint8_t table_bar = 0, pba_bar = 0; local
589 error = ahci_pci_read_msix_bars(dev, &table_bar, &pba_bar);
591 ctlr->r_msix_tab_rid = table_bar;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.c499 return (pi->pi_msix.table_bar);
1235 pi->pi_msix.table_bar = barnum;
2480 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_bar, meta, ret, done);
H A Dpci_emul.h149 int table_bar; member in struct:pci_devinst::__anon54
H A Dpci_passthru.c278 pi->pi_msix.table_bar =
487 pbm.pbm_reg = PCIR_BAR(pi->pi_msix.table_bar);
/freebsd-current/usr.sbin/pciconf/
H A Dcap.c692 int msgnum, pba_bar, table_bar; local
699 table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK);
712 table_bar, table_offset, pba_bar, pba_offset);

Completed in 214 milliseconds