Searched refs:ncci_next (Results 1 – 2 of 2) sorted by relevance
349 byte ncci_next[MAX_NCCI + 1]; member
825 a->ncci_next[ncci] = a->ncci_next[plci->ncci_ring_list]; in get_ncci()826 a->ncci_next[plci->ncci_ring_list] = (byte) ncci; in get_ncci()959 while ((i != 0) && (a->ncci_next[i] != plci->ncci_ring_list) && (a->ncci_next[i] != ncci)) in ncci_remove()960 i = a->ncci_next[i]; in ncci_remove()961 if ((i != 0) && (a->ncci_next[i] == ncci)) in ncci_remove()967 a->ncci_next[i] = a->ncci_next[ncci]; in ncci_remove()969 a->ncci_next[ncci] = 0; in ncci_remove()988 a->ncci_next[ncci] = 0; in ncci_remove()8682 ncci = a->ncci_next[ncci]; in send_data()