Symbol: ips_ha
drivers/scsi/ips.c
345
static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */
drivers/scsi/ips.c
571
ips_free(ips_ha[i]);
drivers/scsi/ips.c
6505
ips_ha[index] = NULL;
drivers/scsi/ips.c
6520
ips_ha_t *ha_sav = ips_ha[highindex];
drivers/scsi/ips.c
6525
ips_ha[i] = ips_ha[i - 1];
drivers/scsi/ips.c
6527
ips_ha[i]->host_num = i;
drivers/scsi/ips.c
6530
ips_ha[lowindex] = ha_sav;
drivers/scsi/ips.c
6546
if (!ips_ha[0])
drivers/scsi/ips.c
6548
nvram = ips_ha[0]->nvram;
drivers/scsi/ips.c
6553
switch (ips_ha[j]->ad_type) {
drivers/scsi/ips.c
6606
if (ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID5I2 ||
drivers/scsi/ips.c
6607
ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID5I1) {
drivers/scsi/ips.c
6617
if (ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4L ||
drivers/scsi/ips.c
6618
ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4M ||
drivers/scsi/ips.c
6619
ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4LX ||
drivers/scsi/ips.c
6620
ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4MX) {
drivers/scsi/ips.c
6640
ips_ha_t *ha, *oldha = ips_ha[index];
drivers/scsi/ips.c
6675
ips_ha[index] = ha;
drivers/scsi/ips.c
6781
ips_free(ips_ha[index]);
drivers/scsi/ips.c
6832
if (ips_ha[j] == NULL) {
drivers/scsi/ips.c
6885
ips_ha[index] = ha;
drivers/scsi/ips.c
694
ips_ha[i] = NULL;
drivers/scsi/ips.c
7034
ha = ips_ha[index];
drivers/scsi/ips.c
7038
ips_ha[index] = NULL;
drivers/scsi/ips.c
728
ha = (ips_ha_t *) ips_ha[i];
drivers/scsi/ips.h
1000
void (*statinit)(struct ips_ha *);
drivers/scsi/ips.h
1001
int (*intr)(struct ips_ha *);
drivers/scsi/ips.h
1002
void (*enableint)(struct ips_ha *);
drivers/scsi/ips.h
1003
uint32_t (*statupd)(struct ips_ha *);
drivers/scsi/ips.h
989
struct ips_ha;
drivers/scsi/ips.h
992
int (*reset)(struct ips_ha *);
drivers/scsi/ips.h
993
int (*issue)(struct ips_ha *, struct ips_scb *);
drivers/scsi/ips.h
994
int (*isinit)(struct ips_ha *);
drivers/scsi/ips.h
995
int (*isintr)(struct ips_ha *);
drivers/scsi/ips.h
996
int (*init)(struct ips_ha *);
drivers/scsi/ips.h
997
int (*erasebios)(struct ips_ha *);
drivers/scsi/ips.h
998
int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t);
drivers/scsi/ips.h
999
int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t);