Searched refs:ncci_ring_list (Results 1 – 2 of 2) sorted by relevance
255 word ncci_ring_list; member
822 if (!plci->ncci_ring_list) in get_ncci()823 plci->ncci_ring_list = ncci; in get_ncci()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()958 i = plci->ncci_ring_list; in ncci_remove()959 while ((i != 0) && (a->ncci_next[i] != plci->ncci_ring_list) && (a->ncci_next[i] != ncci)) in ncci_remove()964 plci->ncci_ring_list = 0; in ncci_remove()965 else if (plci->ncci_ring_list == ncci) in ncci_remove()966 plci->ncci_ring_list = i; in ncci_remove()993 plci->ncci_ring_list = 0; in ncci_remove()[all …]