Lines Matching defs:ips_sh
339 static struct Scsi_Host *ips_sh[IPS_MAX_ADAPTERS]; /* Array of host controller structures */
652 for (i = 0; i < IPS_MAX_ADAPTERS && ips_sh[i] != sh; i++) ;
690 ips_sh[i] = NULL;
1230 host = ips_sh[ha->host_num];
1433 if (ips_sh[i]) {
1434 if (ips_sh[i] == host) {
1435 ha = (ips_ha_t *) ips_sh[i]->hostdata;
1455 if (ips_sh[i]) {
1456 if (ips_sh[i] == host) {
1457 ha = (ips_ha_t *) ips_sh[i]->hostdata;
2535 host = ips_sh[ha->host_num];
6520 ips_sh[index] = NULL;
6535 struct Scsi_Host *sh_sav = ips_sh[highindex];
6540 ips_sh[i] = ips_sh[i - 1];
6545 ips_sh[lowindex] = sh_sav;
6688 ips_sh[index] = sh;
6809 pci_set_drvdata(pci_dev, ips_sh[index]);
6898 ips_sh[index] = NULL;