ips_ha 340 drivers/scsi/ips.c static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ ips_ha 566 drivers/scsi/ips.c ips_free(ips_ha[i]); ips_ha 691 drivers/scsi/ips.c ips_ha[i] = NULL; ips_ha 727 drivers/scsi/ips.c ha = (ips_ha_t *) ips_ha[i]; ips_ha 6521 drivers/scsi/ips.c ips_ha[index] = NULL; ips_ha 6536 drivers/scsi/ips.c ips_ha_t *ha_sav = ips_ha[highindex]; ips_ha 6541 drivers/scsi/ips.c ips_ha[i] = ips_ha[i - 1]; ips_ha 6543 drivers/scsi/ips.c ips_ha[i]->host_num = i; ips_ha 6546 drivers/scsi/ips.c ips_ha[lowindex] = ha_sav; ips_ha 6562 drivers/scsi/ips.c if (!ips_ha[0]) ips_ha 6564 drivers/scsi/ips.c nvram = ips_ha[0]->nvram; ips_ha 6569 drivers/scsi/ips.c switch (ips_ha[j]->ad_type) { ips_ha 6622 drivers/scsi/ips.c if (ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID5I2 || ips_ha 6623 drivers/scsi/ips.c ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID5I1) { ips_ha 6633 drivers/scsi/ips.c if (ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4L || ips_ha 6634 drivers/scsi/ips.c ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4M || ips_ha 6635 drivers/scsi/ips.c ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4LX || ips_ha 6636 drivers/scsi/ips.c ips_ha[i]->ad_type == IPS_ADTYPE_SERVERAID4MX) { ips_ha 6656 drivers/scsi/ips.c ips_ha_t *ha, *oldha = ips_ha[index]; ips_ha 6691 drivers/scsi/ips.c ips_ha[index] = ha; ips_ha 6797 drivers/scsi/ips.c ips_free(ips_ha[index]); ips_ha 6850 drivers/scsi/ips.c if (ips_ha[j] == NULL) { ips_ha 6907 drivers/scsi/ips.c ips_ha[index] = ha; ips_ha 7056 drivers/scsi/ips.c ha = ips_ha[index]; ips_ha 7060 drivers/scsi/ips.c ips_ha[index] = NULL; ips_ha 988 drivers/scsi/ips.h struct ips_ha; ips_ha 991 drivers/scsi/ips.h int (*reset)(struct ips_ha *); ips_ha 992 drivers/scsi/ips.h int (*issue)(struct ips_ha *, struct ips_scb *); ips_ha 993 drivers/scsi/ips.h int (*isinit)(struct ips_ha *); ips_ha 994 drivers/scsi/ips.h int (*isintr)(struct ips_ha *); ips_ha 995 drivers/scsi/ips.h int (*init)(struct ips_ha *); ips_ha 996 drivers/scsi/ips.h int (*erasebios)(struct ips_ha *); ips_ha 997 drivers/scsi/ips.h int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t); ips_ha 998 drivers/scsi/ips.h int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t); ips_ha 999 drivers/scsi/ips.h void (*statinit)(struct ips_ha *); ips_ha 1000 drivers/scsi/ips.h int (*intr)(struct ips_ha *); ips_ha 1001 drivers/scsi/ips.h void (*enableint)(struct ips_ha *); ips_ha 1002 drivers/scsi/ips.h uint32_t (*statupd)(struct ips_ha *);