Lines Matching defs:protocol
336 modehdlc(struct bchannel *bch, int protocol)
343 pr_debug("%s: hdlc %c protocol %x-->%x ch %d\n", fc->name,
344 '@' + bch->nr, bch->state, protocol, bch->nr);
348 switch (protocol) {
363 bch->state = protocol;
373 bch->state = protocol;
383 pr_info("%s: protocol not known %x\n", fc->name, protocol);
701 ret = modehdlc(bch, ch->protocol);
852 ch->protocol = ISDN_P_NONE;
901 if (rq->protocol == ISDN_P_NONE)
906 bch->ch.protocol = rq->protocol;
927 if (rq->protocol == ISDN_P_TE_S0)