Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c1198 if (!sc->malo_running) { in malo_transmit()
1223 if (!sc->malo_running || sc->malo_invalid) in malo_start()
1289 if (sc->malo_running && !sc->malo_invalid) { in malo_watchdog()
1477 sc->malo_running = 1; in malo_init_locked()
1492 if (sc->malo_running) in malo_init()
1613 __func__, sc->malo_invalid, sc->malo_running); in malo_stop()
1617 if (!sc->malo_running) in malo_stop()
1629 sc->malo_running = 0; in malo_stop()
1659 if (!sc->malo_running && !sc->malo_invalid) { in malo_parent()
1669 } else if (sc->malo_running) in malo_parent()
[all …]
H A Dif_malo.h538 malo_running: 1; member