Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c252 static struct Scsi_Host *ips_sh[IPS_MAX_ADAPTERS]; /* Array of host controller structures */ variable
690 for (i = 0; i < IPS_MAX_ADAPTERS && ips_sh[i] != sh; i++) ; in ips_release()
728 ips_sh[i] = NULL; in ips_release()
1238 if (ips_sh[i] && ips_sh[i]->host_no == hostno) {
1239 return ips_proc_info(ips_sh[i], buffer, start,
1339 host = ips_sh[ha->host_num];
1555 if (ips_sh[i]) {
1556 if (ips_sh[i] == host) {
1557 ha = (ips_ha_t *) ips_sh[i]->hostdata;
2724 host = ips_sh[ha->host_num];
[all …]