Searched refs:max_scsiid (Results 1 – 2 of 2) sorted by relevance
6005 u_int initiator, target, max_scsiid; in ahc_reset_channel() local6107 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()6114 for (target = 0; target <= max_scsiid; target++) { in ahc_reset_channel()6141 for (target = 0; target <= max_scsiid; target++) { in ahc_reset_channel()6144 for (initiator = 0; initiator <= max_scsiid; initiator++) { in ahc_reset_channel()
7880 u_int max_scsiid; in ahd_reset_channel() local7963 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()7964 for (target = 0; target <= max_scsiid; target++) { in ahd_reset_channel()7967 for (initiator = 0; initiator <= max_scsiid; initiator++) { in ahd_reset_channel()7982 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()7988 for (target = 0; target <= max_scsiid; target++) { in ahd_reset_channel()