Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c52 vendor = pci_host_read_config(passthru_get_sel(sc), PCIR_VENDOR, 0x02); in gvt_d_probe()
56 class = pci_host_read_config(passthru_get_sel(sc), PCIR_CLASS, 0x01); in gvt_d_probe()
172 bdsm = pci_host_read_config(passthru_get_sel(sc), PCIR_BDSM, 4); in gvt_d_setup_gsm()
204 asls = pci_host_read_config(passthru_get_sel(sc), PCIR_ASLS_CTL, 4); in gvt_d_setup_opregion()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.h49 struct pcisel *passthru_get_sel(struct passthru_softc *sc);
H A Dpci_passthru.c678 passthru_get_sel(struct passthru_softc *sc) in passthru_get_sel() function