• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/

Lines Matching refs:protocol

109 	unsigned char		protocol;
184 if (hc->hw.protocol == ISDN_P_NT_S0) {
1051 if (hc->hw.protocol == ISDN_P_NT_S0) {
1195 if (hc->hw.protocol == ISDN_P_NT_S0) {
1253 mode_hfcpci(struct bchannel *bch, int bc, int protocol)
1261 "HFCPCI bchannel protocol %x-->%x ch %x-->%x\n",
1262 bch->state, protocol, bch->nr, bc);
1274 } else if (test_bit(HFC_CFG_PCM, &hc->cfg) && (protocol > ISDN_P_NONE))
1282 if (protocol != ISDN_P_NONE) {
1295 switch (protocol) {
1330 bch->state = protocol;
1365 bch->state = protocol;
1394 printk(KERN_DEBUG "prot not known %x\n", protocol);
1398 if ((protocol == ISDN_P_NONE) ||
1399 (protocol == -1)) { /* init case */
1445 set_hfcpci_rxtest(struct bchannel *bch, int protocol, int chan)
1451 "HFCPCI bchannel test rx protocol %x-->%x ch %x-->%x\n",
1452 bch->state, protocol, bch->nr, chan);
1459 switch (protocol) {
1461 bch->state = protocol;
1486 bch->state = protocol;
1505 printk(KERN_DEBUG "prot not known %x\n", protocol);
1587 ch->protocol = ISDN_P_NONE;
1631 if (hc->hw.protocol == ISDN_P_NT_S0) {
1652 if (hc->hw.protocol == ISDN_P_NT_S0) {
1716 ret = mode_hfcpci(bch, bch->nr, ch->protocol);
1918 if (rq->protocol == ISDN_P_NONE)
1925 if (rq->protocol == ISDN_P_TE_S0) {
1930 hc->hw.protocol = rq->protocol;
1931 ch->protocol = rq->protocol;
1936 if (rq->protocol != ch->protocol) {
1937 if (hc->hw.protocol == ISDN_P_TE_S0)
1939 if (rq->protocol == ISDN_P_TE_S0) {
1944 hc->hw.protocol = rq->protocol;
1945 ch->protocol = rq->protocol;
1950 if (((ch->protocol == ISDN_P_NT_S0) && (hc->dch.state == 3)) ||
1951 ((ch->protocol == ISDN_P_TE_S0) && (hc->dch.state == 7))) {
1968 if (rq->protocol == ISDN_P_NONE)
1974 bch->ch.protocol = rq->protocol;
1999 if ((rq->protocol == ISDN_P_TE_S0) ||
2000 (rq->protocol == ISDN_P_NT_S0))
2091 if (hc->hw.protocol == ISDN_P_TE_S0)