Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/icn/
Dicn.h82 #define ICN_BCH 2 /* Number of supported channels per card */ macro
151 u_char rcvbuf[ICN_BCH][4096]; /* B-Channel-Receive-Buffers */
152 int rcvidx[ICN_BCH]; /* Index for above buffers */
153 int l2_proto[ICN_BCH]; /* Current layer-2-protocol */
161 int sndcount[ICN_BCH]; /* Byte-counters for B-Ch.-send */
162 int xlen[ICN_BCH]; /* Byte-counters/Flags for sent-ACK */
163 struct sk_buff *xskb[ICN_BCH]; /* Current transmitted skb */
164 struct sk_buff_head spqueue[ICN_BCH]; /* Sendqueue */
166 u_char xmit_lock[ICN_BCH]; /* Semaphore for pollbchan_send()*/
Dicn.c1310 if ((c->arg & 255) < ICN_BCH) { in icn_command()
1333 if (c->arg < ICN_BCH) { in icn_command()
1353 if (c->arg < ICN_BCH) { in icn_command()
1371 if (c->arg < ICN_BCH) { in icn_command()
1382 if (c->arg < ICN_BCH) { in icn_command()
1398 if (c->arg < ICN_BCH) { in icn_command()
1410 if ((c->arg & 255) < ICN_BCH) { in icn_command()
1532 card->interface.channels = ICN_BCH; in icn_initcard()
1547 for (i = 0; i < ICN_BCH; i++) { in icn_initcard()
1671 for (i = 0; i < ICN_BCH; i++) in icn_exit()