Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/isdnloop/
Disdnloop.h60 #define ISDNLOOP_BCH 2 /* channels per card */ macro
68 *rcard[ISDNLOOP_BCH]; /* Pointer to 'remote' card */
69 int rch[ISDNLOOP_BCH]; /* 'remote' channel */
73 int sil[ISDNLOOP_BCH]; /* SI's to listen for */
74 char eazlist[ISDNLOOP_BCH][11];
82 c_timer[ISDNLOOP_BCH]; /* Timer for Alerting */
83 int l2_proto[ISDNLOOP_BCH]; /* Current layer-2-protocol */
93 int sndcount[ISDNLOOP_BCH]; /* Byte-counters for B-Ch.-send */
95 bqueue[ISDNLOOP_BCH]; /* B-Channel queues */
Disdnloop.c1192 if ((c->arg & 255) < ISDNLOOP_BCH) { in isdnloop_command()
1216 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1244 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1270 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1281 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1297 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1309 if ((c->arg & 255) < ISDNLOOP_BCH) { in isdnloop_command()
1441 card->interface.channels = ISDNLOOP_BCH; in isdnloop_initcard()
1461 for (i = 0; i < ISDNLOOP_BCH; i++) { in isdnloop_initcard()
1527 for (i = 0; i < ISDNLOOP_BCH; i++) in isdnloop_exit()