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

/linux-4.4.14/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((elm), field) = LIST_FIRST((head))) != NULL) \
297 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
302 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
305 if (LIST_NEXT((elm), field) != NULL) \
306 LIST_NEXT((elm), field)->field.le_prev = \
308 *(elm)->field.le_prev = LIST_NEXT((elm), field); \
H A Daic79xx_core.c6530 list_scb = LIST_NEXT(list_scb, collision_links); ahd_find_scb_by_tag()
6704 next_scb = LIST_NEXT(scb, collision_links); ahd_rem_col_list()
8657 scbp_next = LIST_NEXT(scbp, pending_links); ahd_abort_scbs()
9835 list_scb = LIST_NEXT(list_scb, collision_links); ahd_dump_card_state()
H A Daic7xxx_core.c6442 scbp_next = LIST_NEXT(scbp, pending_links); ahc_abort_scbs()

Completed in 165 milliseconds