Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/malo/
HDif_malo.c1211 if (!sc->malo_running) { in malo_transmit()
1236 if (!sc->malo_running || sc->malo_invalid) in malo_start()
1302 if (sc->malo_running && !sc->malo_invalid) { in malo_watchdog()
1490 sc->malo_running = 1; in malo_init_locked()
1505 if (sc->malo_running) in malo_init()
1626 __func__, sc->malo_invalid, sc->malo_running); in malo_stop()
1630 if (!sc->malo_running) in malo_stop()
1642 sc->malo_running = 0; in malo_stop()
1672 if (!sc->malo_running && !sc->malo_invalid) { in malo_parent()
1682 } else if (sc->malo_running) in malo_parent()
[all …]
HDif_malo.h538 malo_running: 1; member