Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.h1055 struct ips_ha;
1058 int (*reset)(struct ips_ha *);
1059 int (*issue)(struct ips_ha *, struct ips_scb *);
1060 int (*isinit)(struct ips_ha *);
1061 int (*isintr)(struct ips_ha *);
1062 int (*init)(struct ips_ha *);
1063 int (*erasebios)(struct ips_ha *);
1064 int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t);
1065 int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t);
1066 void (*statinit)(struct ips_ha *);
[all …]
Dips.c253 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable
606 ips_free(ips_ha[i]); in ips_detect()
729 ips_ha[i] = NULL; in ips_release()
770 ha = (ips_ha_t *) ips_ha[i]; in ips_halt()
6870 ips_ha[index] = 0;
6885 ips_ha_t *ha_sav = ips_ha[highindex];
6890 ips_ha[i] = ips_ha[i - 1];
6892 ips_ha[i]->host_num = i;
6895 ips_ha[lowindex] = ha_sav;
6911 if (!ips_ha[0])
[all …]