Lines Matching refs:aha152x_host
429 static struct Scsi_Host *aha152x_host[2]; variable
956 for(i=0; i<ARRAY_SIZE(aha152x_host); i++)
957 if(aha152x_host[i] && aha152x_host[i]->irq==irqno)
958 return aha152x_host[i];
992 for (i = 0; i < ARRAY_SIZE(aha152x_host); i++)
993 aha152x_host[i] = (struct Scsi_Host *) NULL;
1243 aha152x_host[registered_count] = shpnt =
1367 aha152x_host[registered_count] = 0;
1397 aha152x_host[registered_count] = 0;
1414 aha152x_host[registered_count] = 0;
1916 for (i = 0; i<ARRAY_SIZE(aha152x_host); i++) {
1917 struct Scsi_Host *shpnt = aha152x_host[i];
3820 for (i = 0, shpnt = (struct Scsi_Host *) NULL; i<ARRAY_SIZE(aha152x_host); i++)
3821 if (aha152x_host[i] && aha152x_host[i]->host_no == hostno)
3822 shpnt = aha152x_host[i];