Lines Matching defs:ips_sh
343 static struct Scsi_Host *ips_sh[IPS_MAX_ADAPTERS]; /* Array of host controller structures */
655 for (i = 0; i < IPS_MAX_ADAPTERS && ips_sh[i] != sh; i++) ;
692 ips_sh[i] = NULL;
1234 host = ips_sh[ha->host_num];
1437 if (ips_sh[i]) {
1438 if (ips_sh[i] == host) {
1439 ha = (ips_ha_t *) ips_sh[i]->hostdata;
1459 if (ips_sh[i]) {
1460 if (ips_sh[i] == host) {
1461 ha = (ips_ha_t *) ips_sh[i]->hostdata;
2538 host = ips_sh[ha->host_num];
6523 ips_sh[index] = NULL;
6538 struct Scsi_Host *sh_sav = ips_sh[highindex];
6543 ips_sh[i] = ips_sh[i - 1];
6548 ips_sh[lowindex] = sh_sav;
6691 ips_sh[index] = sh;
6812 pci_set_drvdata(pci_dev, ips_sh[index]);
6901 ips_sh[index] = NULL;