Searched refs:ips_ha (Results 1 – 2 of 2) sorted by relevance
1006 struct ips_ha;1009 int (*reset)(struct ips_ha *);1010 int (*issue)(struct ips_ha *, struct ips_scb *);1011 int (*isinit)(struct ips_ha *);1012 int (*isintr)(struct ips_ha *);1013 int (*init)(struct ips_ha *);1014 int (*erasebios)(struct ips_ha *);1015 int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t);1016 int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t);1017 void (*statinit)(struct ips_ha *);[all …]
342 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable571 ips_free(ips_ha[i]); in ips_detect()696 ips_ha[i] = NULL; in ips_release()732 ha = (ips_ha_t *) ips_ha[i]; in ips_halt()6574 ips_ha[index] = NULL; in ips_abort_init()6589 ips_ha_t *ha_sav = ips_ha[highindex]; in ips_shift_controllers()6594 ips_ha[i] = ips_ha[i - 1]; in ips_shift_controllers()6596 ips_ha[i]->host_num = i; in ips_shift_controllers()6599 ips_ha[lowindex] = ha_sav; in ips_shift_controllers()6615 if (!ips_ha[0]) in ips_order_controllers()[all …]