Searched refs:ISDNLOOP_FLAGS_RUNNING (Results 1 – 2 of 2) sorted by relevance
1022 if (card->flags & ISDNLOOP_FLAGS_RUNNING) { in isdnloop_stopcard()1023 card->flags &= ~ISDNLOOP_FLAGS_RUNNING; in isdnloop_stopcard()1067 if (card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_start()1121 card->flags |= ISDNLOOP_FLAGS_RUNNING; in isdnloop_start()1193 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1218 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1246 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1272 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1281 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()1297 if (!(card->flags & ISDNLOOP_FLAGS_RUNNING)) in isdnloop_command()[all …]
54 #define ISDNLOOP_FLAGS_RUNNING 4 /* Cards driver activated */ macro