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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A 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()*/
H A Dicn.c1309 if ((c->arg & 255) < ICN_BCH) {
1333 if (c->arg < ICN_BCH) {
1353 if (c->arg < ICN_BCH) {
1371 if (c->arg < ICN_BCH) {
1382 if (c->arg < ICN_BCH) {
1398 if (c->arg < ICN_BCH) {
1410 if ((c->arg & 255) < ICN_BCH) {
1532 card->interface.channels = ICN_BCH;
1547 for (i = 0; i < ICN_BCH; i++) {
1670 for (i = 0; i < ICN_BCH;
[all...]

Completed in 63 milliseconds