Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c97 cfgwrite_handler psc_pcir_whandler[PCI_REGMAX + 1]; member
694 assert(sc->psc_pcir_whandler[i] == NULL || whandler == NULL); in set_pcir_handler()
696 sc->psc_pcir_whandler[i] = whandler; in set_pcir_handler()
1116 if (sc->psc_pcir_whandler[coff] != NULL) in passthru_cfgwrite()
1117 return (sc->psc_pcir_whandler[coff](sc, pi, coff, bytes, val)); in passthru_cfgwrite()