Home
last modified time | relevance | path

Searched refs:ncci_next (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivacapi.h359 byte ncci_next[MAX_NCCI + 1]; member
Dmessage.c840 a->ncci_next[ncci] = a->ncci_next[plci->ncci_ring_list]; in get_ncci()
841 a->ncci_next[plci->ncci_ring_list] = (byte) ncci; in get_ncci()
974 while ((i != 0) && (a->ncci_next[i] != plci->ncci_ring_list) && (a->ncci_next[i] != ncci)) in ncci_remove()
975 i = a->ncci_next[i]; in ncci_remove()
976 if ((i != 0) && (a->ncci_next[i] == ncci)) in ncci_remove()
982 a->ncci_next[i] = a->ncci_next[ncci]; in ncci_remove()
984 a->ncci_next[ncci] = 0; in ncci_remove()
1003 a->ncci_next[ncci] = 0; in ncci_remove()
8820 ncci = a->ncci_next[ncci]; in send_data()