Searched defs:ips_ha (Results 1 – 2 of 2) sorted by relevance
1014 typedef struct ips_ha { struct1015 uint8_t ha_id[IPS_MAX_CHANNELS+1];1016 uint32_t dcdb_active[IPS_MAX_CHANNELS];1017 uint32_t io_addr; /* Base I/O address */1018 uint8_t ntargets; /* Number of targets */1019 uint8_t nbus; /* Number of buses */1020 uint8_t nlun; /* Number of Luns */1021 uint16_t ad_type; /* Adapter type */1022 uint16_t host_num; /* Adapter number */1023 uint32_t max_xfer; /* Maximum Xfer size */[all …]
340 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable