Lines Matching refs:Req
67 byte Ch, byte Req, byte type);
119 DBG_TRC((">A%d Id=0x%x Req=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, this->Id, this->Req)) in pr_out()
122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x", this->Req, this->Id, this->ReqCh)); in pr_out()
128 this->Req == N_DATA)) { in pr_out()
175 a->ram_out(a, &ReqOut->Req, this->MInd); in pr_out()
179 xdi_xlog_request(XDI_A_NR(a), this->Id, this->ReqCh, this->Req, in pr_out()
182 a->ram_out(a, &ReqOut->Req, this->Req); in pr_out()
189 if (this->Req == REMOVE) { in pr_out()
210 xdi_xlog_request(XDI_A_NR(a), this->Id, this->ReqCh, this->Req, this->Id); in pr_out()
212 a->ram_out(a, &ReqOut->Req, this->Req); in pr_out()
226 if (this && (this->Req == UREMOVE) && this->Id) { in pr_out()
782 byte Ch, byte Req, byte type) { in xdi_xlog_request() argument
787 PUT_WORD(&LogInfo[2], ((word)Req | (word)(type << 8))); in xdi_xlog_request()