Searched refs:tei (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dtei.c1 /* $Id: tei.c,v 1.1.1.1 2007/08/03 18:52:36 Exp $
87 findtei(struct PStack *st, int tei) argument
91 if (tei == 127)
95 if (ptr->l2.tei == tei)
103 put_tei_msg(struct PStack *st, u_char m_id, unsigned int ri, u_char tei) argument
121 bp[4] = (tei << 1) | 1;
130 if (st->l2.tei != -1) {
132 "assign request for allready asigned tei %d",
133 st->l2.tei);
152 int ri, tei; local
179 int tei, ri; local
200 int ri, tei; local
214 int tei; local
233 int tei; local
[all...]
H A Dq931.c1202 unsigned char sapi, tei, ftyp; local
1213 tei = skb->data[1] >> 1;
1219 if (tei == GROUP_TEI) {
1230 dp += sprintf(dp, "tei management\n");
1239 dp += sprintf(dp, "with tei %d\n", tei);
1243 dp += sprintf(dp, "SFrame with tei %d\n", tei);
1247 dp += sprintf(dp, "unknown sapi %d tei %d\n", sapi, tei);
[all...]
H A Disdnl1.c207 int found, tei, sapi; local
229 tei = skb->data[1] >> 1;
234 if (tei == GROUP_TEI) {
248 printk(KERN_WARNING "HiSax: tei broadcast buffer shortage\n");
256 if (tei == stptr->l2.tei) {
450 debugl1(cs, "%s %s: %s%c (sapi %d, tei %d)",
H A DMakefile28 hisax-y := config.o isdnl1.o tei.o isdnl2.o isdnl3.o \
H A Disdnl2.c203 *ptr++ = (l2->tei << 1) | 1;
1135 st->l2.tei = (long) arg;
1389 st->l2.tei = -1;
1399 st->l2.tei = -1;
1412 st->l2.tei = -1;
1424 st->l2.tei = -1;
1438 st->l2.tei = -1;
H A Dcallc.c1051 st->l2.tei = -1;
1641 csta->channel[0].d_st->l2.tei = 0;
1660 chanp->d_st->l2.tei = -1;
1665 chanp->d_st->l2.tei = num;
H A Dhisax.h241 int tei; member in struct:Layer2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasync.h252 unsigned long tei ; /* from IDI registry to WMP */ member in struct:__anon4702
H A Dio.h128 dword tei ; member in struct:_ISDN_ADAPTER

Completed in 87 milliseconds