Searched refs:ISDNLOOP_FLAGS_RUNNING (Results 1 – 2 of 2) sorted by relevance
1026 if (card->flags & ISDNLOOP_FLAGS_RUNNING) { in isdnloop_stopcard()1027 card->flags &= ~ISDNLOOP_FLAGS_RUNNING; in isdnloop_stopcard()1071 if (card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_start()1125 card->flags |= ISDNLOOP_FLAGS_RUNNING; in isdnloop_start()1197 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1222 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1250 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1276 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1285 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1301 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()[all …]
54 #define ISDNLOOP_FLAGS_RUNNING 4 /* Cards driver activated */ macro