Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c6425 u_int initiator, target, max_scsiid; in ahc_reset_channel() local
6527 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
6534 for (target = 0; target <= max_scsiid; target++) { in ahc_reset_channel()
6561 for (target = 0; target <= max_scsiid; target++) { in ahc_reset_channel()
6565 for (initiator = 0; initiator <= max_scsiid; initiator++) { in ahc_reset_channel()
Daic79xx_core.c8623 u_int max_scsiid; in ahd_reset_channel() local
8732 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
8738 for (target = 0; target <= max_scsiid; target++) { in ahd_reset_channel()
8761 for (target = 0; target <= max_scsiid; target++) { in ahd_reset_channel()
8765 for (initiator = 0; initiator <= max_scsiid; initiator++) { in ahd_reset_channel()