Lines Matching defs:rq2
458 struct channel_req rq, rq2;
484 rq2.protocol = protocol;
485 rq2.adr = *adr;
486 rq2.ch = ch;
487 err = bp->create(&rq2);
490 ch->recv = rq2.ch->send;
491 ch->peer = rq2.ch;
492 rq2.ch->st = dev->D.st;
493 rq.protocol = rq2.protocol;
497 rq2.ch->ctrl(rq2.ch, CLOSE_CHANNEL, NULL);
500 rq2.ch->recv = rq.ch->send;
501 rq2.ch->peer = rq.ch;
502 rq.ch->recv = rq2.ch->send;
503 rq.ch->peer = rq2.ch;