Searched refs:max_scsiid (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6486 u_int initiator, target, max_scsiid; ahc_reset_channel() local
6588 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; ahc_reset_channel()
6595 for (target = 0; target <= max_scsiid; target++) { ahc_reset_channel()
6622 for (target = 0; target <= max_scsiid; target++) { ahc_reset_channel()
6626 for (initiator = 0; initiator <= max_scsiid; initiator++) { ahc_reset_channel()
H A Daic79xx_core.c8714 u_int max_scsiid; ahd_reset_channel() local
8823 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; ahd_reset_channel()
8829 for (target = 0; target <= max_scsiid; target++) { ahd_reset_channel()
8852 for (target = 0; target <= max_scsiid; target++) { ahd_reset_channel()
8856 for (initiator = 0; initiator <= max_scsiid; initiator++) { ahd_reset_channel()

Completed in 141 milliseconds