LIST_NEXT 6516 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = LIST_NEXT(list_scb, collision_links); LIST_NEXT 6690 drivers/scsi/aic7xxx/aic79xx_core.c next_scb = LIST_NEXT(scb, collision_links); LIST_NEXT 8606 drivers/scsi/aic7xxx/aic79xx_core.c scbp_next = LIST_NEXT(scbp, pending_links); LIST_NEXT 9783 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = LIST_NEXT(list_scb, collision_links); LIST_NEXT 6409 drivers/scsi/aic7xxx/aic7xxx_core.c scbp_next = LIST_NEXT(scbp, pending_links); LIST_NEXT 274 drivers/scsi/aic7xxx/queue.h (var) = LIST_NEXT((var), field)) LIST_NEXT 281 drivers/scsi/aic7xxx/queue.h if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\ LIST_NEXT 282 drivers/scsi/aic7xxx/queue.h LIST_NEXT((listelm), field)->field.le_prev = \ LIST_NEXT 283 drivers/scsi/aic7xxx/queue.h &LIST_NEXT((elm), field); \ LIST_NEXT 284 drivers/scsi/aic7xxx/queue.h LIST_NEXT((listelm), field) = (elm); \ LIST_NEXT 285 drivers/scsi/aic7xxx/queue.h (elm)->field.le_prev = &LIST_NEXT((listelm), field); \ LIST_NEXT 290 drivers/scsi/aic7xxx/queue.h LIST_NEXT((elm), field) = (listelm); \ LIST_NEXT 292 drivers/scsi/aic7xxx/queue.h (listelm)->field.le_prev = &LIST_NEXT((elm), field); \ LIST_NEXT 296 drivers/scsi/aic7xxx/queue.h if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \ LIST_NEXT 297 drivers/scsi/aic7xxx/queue.h LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\ LIST_NEXT 305 drivers/scsi/aic7xxx/queue.h if (LIST_NEXT((elm), field) != NULL) \ LIST_NEXT 306 drivers/scsi/aic7xxx/queue.h LIST_NEXT((elm), field)->field.le_prev = \ LIST_NEXT 308 drivers/scsi/aic7xxx/queue.h *(elm)->field.le_prev = LIST_NEXT((elm), field); \