Lines Matching refs:protocol
349 modehdlc(struct bchannel *bch, int protocol) in modehdlc() argument
357 '@' + bch->nr, bch->state, protocol, bch->nr); in modehdlc()
361 switch (protocol) { in modehdlc()
375 bch->state = protocol; in modehdlc()
385 bch->state = protocol; in modehdlc()
395 pr_info("%s: protocol not known %x\n", fc->name, protocol); in modehdlc()
714 ret = modehdlc(bch, ch->protocol); in avm_l2l1B()
865 ch->protocol = ISDN_P_NONE; in avm_bctrl()
914 if (rq->protocol == ISDN_P_NONE) in open_bchannel()
919 bch->ch.protocol = rq->protocol; in open_bchannel()
940 if (rq->protocol == ISDN_P_TE_S0) in avm_dctrl()