Home
last modified time | relevance | path

Searched refs:psc_bar (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c93 struct pcibar psc_bar[PCI_BARMAX_WITH_ROM + 1]; member
629 sc->psc_bar[i].type = bartype; in cfginitbar()
630 sc->psc_bar[i].size = size; in cfginitbar()
631 sc->psc_bar[i].addr = base; in cfginitbar()
632 sc->psc_bar[i].lobits = 0; in cfginitbar()
647 sc->psc_bar[i].lobits = lobits; in cfginitbar()
656 sc->psc_bar[i].type = PCIBAR_MEMHI64; in cfginitbar()
763 assert(sc->psc_bar[baridx].type == PCIBAR_IO || in passthru_set_bar_handler()
764 sc->psc_bar[baridx].type == PCIBAR_MEM32 || in passthru_set_bar_handler()
765 sc->psc_bar[baridx].type == PCIBAR_MEM64); in passthru_set_bar_handler()
[all …]