Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dips.c345 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable
571 ips_free(ips_ha[i]); in ips_detect()
694 ips_ha[i] = NULL; in ips_release()
728 ha = (ips_ha_t *) ips_ha[i]; in ips_halt()
6505 ips_ha[index] = NULL; in ips_abort_init()
6520 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers()
6525 ips_ha[i] = ips_ha[i - 1]; in ips_shift_controllers()
6527 ips_ha[i]->host_num = i; in ips_shift_controllers()
6530 ips_ha[lowindex] = ha_sav; in ips_shift_controllers()
6546 if (!ips_ha[0]) in ips_order_controllers()
[all …]