Searched refs:NCCI (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Dt1isa.c145 unsigned NCCI; local
201 NCCI = b1_get_word(card->port);
205 capilib_new_ncci(&cinfo->ncci_head, ApplId, NCCI, WindowSize);
212 NCCI = b1_get_word(card->port);
215 if (NCCI != 0xffffffff)
216 capilib_free_ncci(&cinfo->ncci_head, ApplId, NCCI);
H A Dc4.c507 u32 ApplId, MsgLen, DataB3Len, NCCI, WindowSize; local
568 NCCI = _get_word(&p);
570 cidx = (NCCI&0x7f) - card->cardnr;
573 capilib_new_ncci(&card->ctrlinfo[cidx].ncci_head, ApplId, NCCI, WindowSize);
580 NCCI = _get_word(&p);
582 if (NCCI != 0xffffffff) {
583 cidx = (NCCI&0x7f) - card->cardnr;
585 capilib_free_ncci(&card->ctrlinfo[cidx].ncci_head, ApplId, NCCI);
H A Db1.c496 unsigned NCCI; local
555 NCCI = b1_get_word(card->port);
559 capilib_new_ncci(&cinfo->ncci_head, ApplId, NCCI, WindowSize);
566 NCCI = b1_get_word(card->port);
569 if (NCCI != 0xffffffff)
570 capilib_free_ncci(&cinfo->ncci_head, ApplId, NCCI);
H A Db1dma.c451 u32 ApplId, MsgLen, DataB3Len, NCCI, WindowSize; local
501 NCCI = _get_word(&p);
504 capilib_new_ncci(&cinfo->ncci_head, ApplId, NCCI, WindowSize);
511 NCCI = _get_word(&p);
513 if (NCCI != 0xffffffff)
514 capilib_free_ncci(&cinfo->ncci_head, ApplId, NCCI);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdnif.h398 __u32 NCCI; member in union:__anon9968::__anon9969
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivacapi.h106 typedef struct _NCCI NCCI; typedef in typeref:struct:_NCCI
360 NCCI ncci[MAX_NCCI+1];
651 /* PLCI/NCCI states */
H A Dmessage.c394 NCCI * ncci_ptr;
775 /* NCCI allocate/remove function */
789 dbug(1,dprintf("NCCI mapping exists %ld %02x %02x %02x-%02x",
826 dbug(1,dprintf("NCCI mapping overflow %ld %02x %02x %02x-%02x-%02x",
831 dbug(1,dprintf("NCCI mapping overflow %ld %02x %02x",
847 dbug(1,dprintf("NCCI mapping established %ld %02x %02x %02x-%02x",
870 dbug(1,dprintf("NCCI mapping appl expected %ld %08lx",
897 dbug(1,dprintf("NCCI mapping no appl %ld %08lx",
921 NCCI *ncci_ptr;
961 dbug(1,dprintf("NCCI mappin
[all...]

Completed in 129 milliseconds