Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c95 error = set_pcir_handler(sc, PCIR_BDSM, 4, passthru_cfgread_emulate, in set_bdsm_gen3()
118 error = set_pcir_handler(sc, PCIR_BDSM_GEN11, 8, passthru_cfgread_emulate, in set_bdsm_gen11()
548 return (set_pcir_handler(sc, PCIR_ASLS_CTL, 4, passthru_cfgread_emulate, in gvt_d_setup_opregion()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.h54 int set_pcir_handler(struct passthru_softc *sc, int reg, int len,
H A Dpci_passthru.c739 set_pcir_handler(struct passthru_softc *sc, int reg, int len, in set_pcir_handler() function
1013 if ((error = set_pcir_handler(sc, 0, PCIR_MAXLAT + 1, in passthru_init()
1018 if ((error = set_pcir_handler(sc, PCIR_COMMAND, 0x04, NULL, NULL)) != 0) in passthru_init()