Symbol: SLIST_NEXT
drivers/scsi/aic7xxx/aicasm/aicasm.c
221
include_dir = SLIST_NEXT(include_dir,
drivers/scsi/aic7xxx/aicasm/aicasm.c
399
cur_node = SLIST_NEXT(cur_node,links)) {
drivers/scsi/aic7xxx/aicasm/aicasm.c
547
cur_func = SLIST_NEXT(cur_func, links))
drivers/scsi/aic7xxx/aicasm/aicasm.c
567
cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL;
drivers/scsi/aic7xxx/aicasm/aicasm.c
568
cur_func = SLIST_NEXT(cur_func, links), func_count--) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
217
curnode = SLIST_NEXT(curnode, links);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
269
if (SLIST_NEXT(curnode, links) == NULL) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
276
cursymbol = SLIST_NEXT(curnode, links)->symbol;
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
290
curnode = SLIST_NEXT(curnode, links);
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
304
node2 = SLIST_NEXT(node1, links);
drivers/scsi/aic7xxx/queue.h
130
(var) = SLIST_NEXT((var), field))
drivers/scsi/aic7xxx/queue.h
137
SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
drivers/scsi/aic7xxx/queue.h
138
SLIST_NEXT((slistelm), field) = (elm); \
drivers/scsi/aic7xxx/queue.h
142
SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
drivers/scsi/aic7xxx/queue.h
154
while (SLIST_NEXT(curelm, field) != (elm)) \
drivers/scsi/aic7xxx/queue.h
155
curelm = SLIST_NEXT(curelm, field); \
drivers/scsi/aic7xxx/queue.h
156
SLIST_NEXT(curelm, field) = \
drivers/scsi/aic7xxx/queue.h
157
SLIST_NEXT(SLIST_NEXT(curelm, field), field); \
drivers/scsi/aic7xxx/queue.h
162
SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \