Lines Matching defs:next
191 ** confident the drivers really only touch the next physical
205 unsigned long *res_hint; /* next avail IOVP - circular search */
231 struct ioc *next; /* list of IOC's in system */
367 rval >>= 1; /* try the next bit */
371 rptr++; /* look at next word of res_map */
1278 ** "start of next" are both on an IOV page boundary.
1308 struct scatterlist *dma_sg; /* next DMA stream head */
1318 ** Prepare for first/next DMA stream
1346 ** next entry.
1358 ** append the next transaction?
1636 ** We program the next pdir index after we stop w/ a key for
1705 /* next available IOVP - circular search */
1794 ioc->next = ioc_list;
1854 for (ioc = ioc_list; ioc; ioc = ioc->next)
1867 return ioc->next;
1919 .next = ioc_next,
1960 for (ioc = ioc_list; ioc; ioc = ioc->next)
1994 ioc_found = ioc->next;
2046 ioc->next = ioc_found;