list_scb 6510 drivers/scsi/aic7xxx/aic79xx_core.c struct scb *list_scb; list_scb 6512 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = scb; list_scb 6514 drivers/scsi/aic7xxx/aic79xx_core.c if (SCB_GET_TAG(list_scb) == tag) list_scb 6515 drivers/scsi/aic7xxx/aic79xx_core.c return (list_scb); list_scb 6516 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = LIST_NEXT(list_scb, collision_links); list_scb 6517 drivers/scsi/aic7xxx/aic79xx_core.c } while (list_scb); list_scb 9778 drivers/scsi/aic7xxx/aic79xx_core.c struct scb *list_scb; list_scb 9780 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = scb; list_scb 9782 drivers/scsi/aic7xxx/aic79xx_core.c printk("%d ", SCB_GET_TAG(list_scb)); list_scb 9783 drivers/scsi/aic7xxx/aic79xx_core.c list_scb = LIST_NEXT(list_scb, collision_links); list_scb 9784 drivers/scsi/aic7xxx/aic79xx_core.c } while (list_scb && i++ < AHD_SCB_MAX);