Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Dq931.c1203 unsigned char sapi, tei, ftyp; in dlogframe() local
1213 sapi = skb->data[0] >> 2; in dlogframe()
1221 if (sapi == CTRL_SAPI) { /* sapi 0 */ in dlogframe()
1230 } else if (sapi == TEI_SAPI) { in dlogframe()
1234 dp += sprintf(dp, "unknown sapi %d broadcast\n", sapi); in dlogframe()
1238 if (sapi == CTRL_SAPI) { in dlogframe()
1248 dp += sprintf(dp, "unknown sapi %d tei %d\n", sapi, tei); in dlogframe()
Disdnl1.c207 int found, tei, sapi; in DChannel_proc_rcv() local
228 sapi = skb->data[0] >> 2; in DChannel_proc_rcv()
235 if (sapi == CTRL_SAPI) { /* sapi 0 */ in DChannel_proc_rcv()
243 } else if (sapi == TEI_SAPI) { in DChannel_proc_rcv()
253 } else if (sapi == CTRL_SAPI) { /* sapi 0 */ in DChannel_proc_rcv()