Searched refs:SLIST_NEXT (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Dqueue.h130 (var) = SLIST_NEXT((var), field))
137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
138 SLIST_NEXT((slistelm), field) = (elm); \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
154 while (SLIST_NEXT(curelm, field) != (elm)) \
155 curelm = SLIST_NEXT(curelm, field); \
156 SLIST_NEXT(curelm, field) = \
157 SLIST_NEXT(SLIST_NEX
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c207 curnode = SLIST_NEXT(curnode, links);
254 if (SLIST_NEXT(curnode, links) == NULL) {
261 cursymbol = SLIST_NEXT(curnode, links)->symbol;
271 curnode = SLIST_NEXT(curnode, links);
285 node2 = SLIST_NEXT(node1, links);
H A Daicasm.c207 include_dir = SLIST_NEXT(include_dir,
375 cur_node = SLIST_NEXT(cur_node,links)) {
522 cur_func = SLIST_NEXT(cur_func, links))
542 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL;
543 cur_func = SLIST_NEXT(cur_func, links), func_count--) {

Completed in 16 milliseconds