Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
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); \
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 = \
[all …]
A Daic79xx_core.c6475 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6649 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list()
8561 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
9738 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
A Daic7xxx_core.c6376 scbp_next = LIST_NEXT(scbp, pending_links); in ahc_abort_scbs()

Completed in 26 milliseconds