Searched refs:ISDNLOOP_FLAGS_RUNNING (Results 1 – 2 of 2) sorted by relevance
1032 if (card->flags & ISDNLOOP_FLAGS_RUNNING) { in isdnloop_stopcard()1033 card->flags &= ~ISDNLOOP_FLAGS_RUNNING; in isdnloop_stopcard()1077 if (card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_start()1123 card->flags |= ISDNLOOP_FLAGS_RUNNING; in isdnloop_start()1195 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()1221 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()1249 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()1275 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()1284 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()1300 if (!card->flags & ISDNLOOP_FLAGS_RUNNING) in isdnloop_command()[all …]
56 #define ISDNLOOP_FLAGS_RUNNING 4 /* Cards driver activated */ macro