Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo_pci.c173 sc->malo_invalid = 1; in malo_pci_attach()
274 sc->malo_invalid = !bus_child_present(dev); in malo_pci_detach()
H A Dif_malo.c290 sc->malo_invalid = 0; /* ready to go, enable int handling */ in malo_attach()
313 sc->malo_invalid = 1; in malo_attach()
375 if (sc->malo_invalid) { in malo_intr()
1227 if (!sc->malo_running || sc->malo_invalid) in malo_start()
1293 if (sc->malo_running && !sc->malo_invalid) { in malo_watchdog()
1617 __func__, sc->malo_invalid, sc->malo_running); in malo_stop()
1663 if (!sc->malo_running && !sc->malo_invalid) { in malo_parent()
1764 if (!sc->malo_running || sc->malo_invalid) { in malo_raw_xmit()
H A Dif_malo.h535 unsigned int malo_invalid: 1,/* disable hardware accesses */ member