Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dips.c339 static struct Scsi_Host *ips_sh[IPS_MAX_ADAPTERS]; /* Array of host controller structures */ variable
652 for (i = 0; i < IPS_MAX_ADAPTERS && ips_sh[i] != sh; i++) ; in ips_release()
690 ips_sh[i] = NULL; in ips_release()
1235 host = ips_sh[ha->host_num]; in do_ipsintr()
1438 if (ips_sh[i]) { in ips_write_info()
1439 if (ips_sh[i] == host) { in ips_write_info()
1440 ha = (ips_ha_t *) ips_sh[i]->hostdata; in ips_write_info()
1460 if (ips_sh[i]) { in ips_show_info()
1461 if (ips_sh[i] == host) { in ips_show_info()
1462 ha = (ips_ha_t *) ips_sh[i]->hostdata; in ips_show_info()
[all …]