Searched refs:LIST_NEXT (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Dqueue.h274 (var) = LIST_NEXT((var), field))
281 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
282 LIST_NEXT((listelm), field)->field.le_prev = \
283 &LIST_NEXT((elm), field); \
284 LIST_NEXT((listelm), field) = (elm); \
285 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
290 LIST_NEXT((elm), field) = (listelm); \
292 (listelm)->field.le_prev = &LIST_NEXT((elm), field); \
296 if ((LIST_NEXT((el
302 #define LIST_NEXT macro
[all...]
H A Daic7xxx_core.c5720 scbp_next = LIST_NEXT(scbp, pending_links);

Completed in 56 milliseconds