Searched refs:ISDNLOOP_FLAGS_RUNNING (Results 1 – 2 of 2) sorted by relevance
1018 if (card->flags & ISDNLOOP_FLAGS_RUNNING) { in isdnloop_stopcard()1019 card->flags &= ~ISDNLOOP_FLAGS_RUNNING; in isdnloop_stopcard()1063 if (card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_start()1116 card->flags |= ISDNLOOP_FLAGS_RUNNING; in isdnloop_start()1186 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1211 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1239 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1265 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1274 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1290 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()[all …]
54 #define ISDNLOOP_FLAGS_RUNNING 4 /* Cards driver activated */ macro