Home
last modified time | relevance | path

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

/freebsd/sys/dev/ciss/
H A Dcissvar.h250 #define CISS_FLAG_RUNNING (1<<3) /* driver is running (interrupts usable) */ macro
H A Dciss.c568 sc->ciss_flags |= CISS_FLAG_RUNNING; in ciss_attach()
2422 if (cr->cr_sc->ciss_flags & CISS_FLAG_RUNNING) { in ciss_synch_request()
3588 sc->ciss_flags &= ~CISS_FLAG_RUNNING; in ciss_disable_adapter()
3692 if ((sc->ciss_flags & CISS_FLAG_RUNNING) == 0) in ciss_notify_event()