• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/

Lines Matching defs:Id

65                                byte Id, byte Ch, byte Rc, byte cb, byte type);
66 static void xdi_xlog_request (byte Adapter, byte Id,
69 byte Id,
90 byte Id;
119 DBG_TRC((">A%d Id=0x%x Req=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, this->Id, this->Req))
122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x",this->Req,this->Id,this->ReqCh));
127 if (!(a->tx_stream[this->Id] &&
154 this->Id,
165 a->ram_out(a, &ReqOut->ReqId, this->Id);
168 if(this->Id &0x1f) {
173 xdi_xlog_request (XDI_A_NR(a), this->Id, this->ReqCh, this->MInd,
179 xdi_xlog_request (XDI_A_NR(a), this->Id, this->ReqCh, this->Req,
184 if (a->FlowControlIdTable[this->ReqCh] == this->Id)
203 if (this->Id==BLLC_ID) this->MInd = LL_MDATA;
204 if (this->Id==NL_ID ||
205 this->Id==TASK_ID ||
206 this->Id==MAN_ID
209 a->IdTypeTable[this->No] = this->Id;
210 xdi_xlog_request (XDI_A_NR(a),this->Id,this->ReqCh,this->Req, this->Id);
225 /* Id from our table after sending the request */
226 if(this && (this->Req==UREMOVE) && this->Id) {
227 Id = this->Id;
228 e_no = a->IdTable[Id];
232 if (a->FlowControlIdTable[i] == Id)
235 a->IdTable[Id] = 0;
236 this->Id = 0;
310 /* indications from the same Id delivered in this interrupt */
358 byte Id,
370 DBG_TRC(("<A%d Id=0x%x Rc=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, Id, Rc))
373 dbug(dprintf("isdn_rc(Rc=%x,Id=%x,Ch=%x)",Rc,Id,Ch));
377 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, 0);
384 /* if we know this Id ... */
385 e_no = a->IdTable[Id];
388 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, a->IdTypeTable[this->No]);
391 /* Id from our table */
397 dtrc(dprintf("XDI: N-REMOVE, A(%02x) Id:%02x, ignore RC=OK",
398 XDI_A_NR(a),Id));
409 if (a->FlowControlIdTable[i] == Id)
412 a->IdTable[Id] = 0;
413 this->Id = 0;
425 dtrc(dprintf("XDI: correct MORE on REMOVE A(%02x) Id:%02x",
426 XDI_A_NR(a),Id));
430 a->FlowControlIdTable[Ch] = Id;
435 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]);
453 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]);
454 DBG_TRC(("XDI OK_FC A(%02x) Id:%02x Ch:%02x Rc:%02x",
455 XDI_A_NR(a), Id, Ch, Rc))
460 if (cancel_rc && (a->FlowControlIdTable[Ch] == Id))
471 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]);
483 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]);
494 this->Id = Id;
495 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 2, a->IdTypeTable[this->No]);
514 a->tx_stream[Id] = tmp[0];
515 a->rx_stream[Id] = tmp[1];
517 DBG_TRC(("Id=0x%x RxDMA=%08x:%08x",
518 Id, a->tx_stream[Id], a->rx_stream[Id]))
521 DBG_TRC(("Id=0x%x CMA=%08x:%08x",
522 Id, a->tx_stream[Id], a->rx_stream[Id]))
524 a->rx_pos[Id] = 0;
525 a->rx_stream[Id] -= offset;
527 a->tx_pos[Id] = 0;
528 a->tx_stream[Id] -= offset;
530 a->tx_stream[Id] = 0;
531 a->rx_stream[Id] = 0;
537 a->IdTable[Id] = e_no;
544 if (a->FlowControlIdTable[i] == Id)
547 a->IdTable[Id] = 0;
548 this->Id = 0;
560 byte Id,
573 DBG_TRC(("<A%d Id=0x%x Ind=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, Id, Ind))
576 dbug(dprintf("isdn_ind(Ind=%x,Id=%x,Ch=%x)",Ind,Id,Ch));
578 if(a->IdTable[Id]) {
579 this = entity_ptr(a,a->IdTable[Id]);
581 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind,
599 if ((a->rx_stream[this->Id] ||
609 (int)a->rx_stream[this->Id], (void**)&cma, &d);
620 Id,
642 this = entity_ptr(a,a->IdTable[Id]);
643 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind,
654 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind,
715 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind,
737 Id - Id of the entity that had sent this return code
752 type - the Id that was sent by the ASSIGN of this entity.
753 This should be global Id like NL_ID, DSIG_ID, MAN_ID.
754 An unknown Id will cause "?-" in the front of the request.
758 byte Id, byte Ch, byte Rc, byte cb, byte type) {
762 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8)));
773 Id - Id of the entity that had sent this request
776 type - the Id that was sent by the ASSIGN of this entity.
777 This should be global Id like NL_ID, DSIG_ID, MAN_ID.
778 An unknown Id will cause "?-" in the front of the request.
781 static void xdi_xlog_request (byte Adapter, byte Id,
786 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8)));
796 Id - Id of the entity that had sent this indication
815 type: the Id that was sent by the ASSIGN of this entity. This should
816 be global Id like NL_ID, DSIG_ID, MAN_ID. An unknown Id will
821 byte Id,
830 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8)));