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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/isdnloop/
H A 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 */
H A Disdnloop.c1192 if ((c->arg & 255) < ISDNLOOP_BCH) {
1216 if (c->arg < ISDNLOOP_BCH) {
1244 if (c->arg < ISDNLOOP_BCH) {
1270 if (c->arg < ISDNLOOP_BCH) {
1281 if (c->arg < ISDNLOOP_BCH) {
1297 if (c->arg < ISDNLOOP_BCH) {
1309 if ((c->arg & 255) < ISDNLOOP_BCH) {
1441 card->interface.channels = ISDNLOOP_BCH;
1461 for (i = 0; i < ISDNLOOP_BCH; i++) {
1527 for (i = 0; i < ISDNLOOP_BCH;
[all...]

Completed in 94 milliseconds