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

/drivers/isdn/mISDN/
H A Dstack.c462 struct channel_req rq, rq2; local
488 rq2.protocol = protocol;
489 rq2.adr = *adr;
490 rq2.ch = ch;
491 err = bp->create(&rq2);
494 ch->recv = rq2.ch->send;
495 ch->peer = rq2.ch;
496 rq2.ch->st = dev->D.st;
497 rq.protocol = rq2.protocol;
501 rq2
[all...]

Completed in 19 milliseconds