Searched refs:adrPLCI (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapidrv.c885 plcip->plci = cmsg->adr.adrPLCI;
1013 cmsg->Reason, capi_info2str(cmsg->Reason), cmsg->adr.adrPLCI);
1015 if (!(plcip = find_plci_by_plci(card, cmsg->adr.adrPLCI))) {
1033 cmsg->adr.adrPLCI);
1035 if (!(plcip = find_plci_by_plci(card, cmsg->adr.adrPLCI)))
1047 cmsg->adr.adrPLCI);
1061 cmsg->adr.adrPLCI);
1066 plcip->plci = cmsg->adr.adrPLCI;
1076 if (!(plcip = find_plci_by_plci(card, cmsg->adr.adrPLCI)))
1088 nccip = new_ncci(card, plcip, cmsg->adr.adrPLCI);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dcapi.c623 iif->hcmsg.adr.adrPLCI, iif->hcmsg.CIPValue,
1317 cmsg->adr.adrPLCI |= (bcs->channel + 1) << 8;
1586 channel = (cmsg->adr.adrPLCI >> 8) & 0xff;
1589 "CONNECT_RESP", "PLCI", cmsg->adr.adrPLCI);
1751 channel = (cmsg->adr.adrPLCI >> 8) & 0xff;
1754 "CONNECT_B3_REQ", "PLCI", cmsg->adr.adrPLCI);
1857 channel = (cmsg->adr.adrPLCI >> 8) & 0xff;
1860 "DISCONNECT_REQ", "PLCI", cmsg->adr.adrPLCI);
1897 cmsg->adr.adrPLCI | (1 << 16));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/isdn/
H A Dcapiutil.h87 __u32 adrPLCI; member in union:__anon17614::__anon17615

Completed in 120 milliseconds