Searched refs:ReqCh (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 462 req->Req, req->ReqCh, in diva_um_idi_write() 580 e->e.ReqCh = (byte) req->ReqCh; in process_idi_request() 586 e->e.ReqCh, e->e.X->PLength)); in process_idi_request() 605 e->e.ReqCh = 0; in process_idi_request() 637 e->e.ReqCh = 0; in process_idi_rc() 657 e->e.ReqCh = 0; in process_idi_rc() 871 e->e.ReqCh = 0; in divas_um_idi_entity_start_remove() 877 e->e.ReqCh, e->e.X->PLength)); in divas_um_idi_entity_start_remove()
|
D | di.c | 122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x",this->Req,this->Id,this->ReqCh)); in pr_out() 166 a->ram_out(a, &ReqOut->ReqCh, this->ReqCh); in pr_out() 173 xdi_xlog_request (XDI_A_NR(a), this->Id, this->ReqCh, this->MInd, in pr_out() 179 xdi_xlog_request (XDI_A_NR(a), this->Id, this->ReqCh, this->Req, in pr_out() 184 if (a->FlowControlIdTable[this->ReqCh] == this->Id) in pr_out() 185 a->FlowControlSkipTable[this->ReqCh] = true; in pr_out() 210 xdi_xlog_request (XDI_A_NR(a),this->Id,this->ReqCh,this->Req, this->Id); in pr_out() 466 if (Ch == this->ReqCh) in isdn_rc()
|
D | um_xdi.h | 35 dword ReqCh; member
|
D | pr_pc.h | 49 byte ReqCh; member
|
D | di_defs.h | 75 byte ReqCh; /* channel of current Req */ member
|
D | debug.c | 1147 e->ReqCh = 0; in SuperTraceReadRequest() 1216 e->ReqCh = 0; in SuperTraceASSIGN() 1237 e->ReqCh = 0; in SuperTraceREMOVE() 1265 e->ReqCh = 0; in SuperTraceTraceOnRequest() 1298 e->ReqCh = 0; in SuperTraceWriteVar() 1324 e->ReqCh = 0; in SuperTraceExecuteRequest()
|
D | pc.h | 50 byte ReqCh; /* Channel field for layer-3 Requests */ member
|
D | capifunc.c | 1015 if (e->Req && (a->FlowControlIdTable[e->ReqCh] == e->Id)) { in DIRequest() 1016 a->FlowControlSkipTable[e->ReqCh] = 1; in DIRequest()
|
D | message.c | 3925 if (ch == e->ReqCh) in callback() 8780 e->ReqCh = plci->RBuffer[plci->req_out++]; in send_req() 8791 dbug(1,dprintf("%x:NLREQ(%x:%x:%x)",plci->adapter->Id,e->Id,e->Req,e->ReqCh)); in send_req() 8800 e->ReqCh = plci->RBuffer[plci->req_out++]; in send_req() 8803 dbug(1,dprintf("%x:SIGREQ(%x:%x:%x)",plci->adapter->Id,e->Id,e->Req,e->ReqCh)); in send_req() 8864 plci->NL.ReqCh = a->ncci_ch[ncci]; in send_data() 8878 plci->NL.ReqCh = a->ncci_ch[ncci]; in send_data() 9626 plci->NL.ReqCh = 0; in dtmf_enable_receiver() 9659 plci->NL.ReqCh = 0; in dtmf_send_digits() 10906 plci->NL.ReqCh = 0; in xconnect_query_addresses() [all …]
|