Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
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);\
[all …]
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()
Daic7xxx_core.c6376 scbp_next = LIST_NEXT(scbp, pending_links); in ahc_abort_scbs()