Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_hda.c119 uint8_t lintr; member
400 if (!sc->lintr) { in hda_update_intr()
402 sc->lintr = 1; in hda_update_intr()
405 if (sc->lintr) { in hda_update_intr()
407 sc->lintr = 0; in hda_update_intr()
H A Dpci_ahci.c212 uint32_t lintr; member
250 if (sc->lintr) { in ahci_generate_intr()
252 sc->lintr = 0; in ahci_generate_intr()
260 if (!sc->lintr) { in ahci_generate_intr()
261 sc->lintr = 1; in ahci_generate_intr()
316 } else if (!sc->lintr) { in ahci_port_intr()
317 sc->lintr = 1; in ahci_port_intr()
566 if (sc->lintr) { in ahci_reset()
568 sc->lintr = 0; in ahci_reset()
2648 SNAPSHOT_VAR_OR_LEAVE(sc->lintr, meta, ret, done); in pci_ahci_snapshot()