Home
last modified time | relevance | path

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

/linux-3.4.99/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.c1201 if ((c->arg & 255) < ISDNLOOP_BCH) { in isdnloop_command()
1224 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1252 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1278 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1289 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1305 if (c->arg < ISDNLOOP_BCH) { in isdnloop_command()
1317 if ((c->arg & 255) < ISDNLOOP_BCH) { in isdnloop_command()
1449 card->interface.channels = ISDNLOOP_BCH; in isdnloop_initcard()
1469 for (i = 0; i < ISDNLOOP_BCH; i++) { in isdnloop_initcard()
1524 for (i = 0; i < ISDNLOOP_BCH; i++) in isdnloop_exit()