Searched refs:table_bar (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_passthru.c226 pi->pi_msix.table_bar =
379 if (pi->pi_msix.pba_bar == pi->pi_msix.table_bar &&
390 idx = pi->pi_msix.table_bar;
H A Dpci_emul.h119 int table_bar; member in struct:pci_devinst::__anon11545
H A Dpci_emul.c279 return (pi->pi_msix.table_bar);
784 pi->pi_msix.table_bar = barnum;
811 int off, table_bar; local
814 table_bar = pi->pi_msix.table_bar;
/freebsd-10.0-release/usr.sbin/pciconf/
H A Dcap.c483 int msgnum, pba_bar, table_bar; local
490 table_bar = PCIR_BAR(val & PCIM_MSIX_BIR_MASK);
503 table_bar, table_offset, pba_bar, pba_offset);

Completed in 64 milliseconds