• 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

1 /* $Id: capifunc.c,v 1.1.1.1 2007/08/03 18:52:34 Exp $
159 if (!a->Id)
176 if (ControllerMap[card->Id] == controller) {
191 DBG_PRV1(("%d:xbuf_used(%d)", appl->Id, ref + 1))
206 DBG_PRV1(("%d:xbuf_free(%d)", appl->Id, ((dword)(long)p) + 1))
225 void sendf(APPL * appl, word command, dword Id, word Number, byte * format, ...)
241 appl->Id, command, (byte *) format))
243 PUT_WORD(&msg.header.appl_id, appl->Id);
249 PUT_DWORD(&msg.header.controller, Id);
340 capi_ctr_handle_message(&card->capi_ctrl, appl->Id, dmb);
428 clean_adapter(card->Id - 1, &free_mem_q);
430 ControllerMap[card->Id], card->Id))
431 ControllerMap[card->Id] = 0;
476 DBG_TRC(("cb:Id=%x,Rc=%x,Ind=%x", e->Id, e->Rc, e->Ind))
525 card->Id = find_free_id();
546 a = &adapter[card->Id - 1];
549 ControllerMap[card->Id] = (byte) (ctrl->cnr);
551 DBG_TRC(("AddAdapterMap (%d) -> (%d)", ctrl->cnr, card->Id))
575 a->Id = (byte) card->Id;
579 a->plci[k].Sig.user[0] = (word) (card->Id - 1);
584 a->plci[k].NL.user[0] = (word) ((card->Id - 1) | 0x8000);
589 a->profile.Number = card->Id;
678 for (i = card->Id; i < max_adapter; i++) {
743 DBG_TRC(("application register Id=%d", appl))
746 DBG_ERR(("CAPI_REGISTER - appl.Id exceeds MAX_APPL"))
756 DBG_LOG(("CAPI_REGISTER - Id = %d", appl))
769 if (application[appl - 1].Id == appl) {
817 this->Id = appl;
840 CapiRegister(this->Id);
854 DBG_TRC(("application %d(%d) cleanup", this->Id, appl))
862 if (this->Id) {
863 CapiRelease(this->Id);
866 this->Id = 0;
896 DBG_PRV1(("Write - appl = %d, cmd = 0x%x", this->Id, command))
905 if (!this->Id) {
911 msg->header.controller = ControllerMap[card->Id]
1015 if (e->Req && (a->FlowControlIdTable[e->ReqCh] == e->Id)) {