Searched defs:ips_ha (Results 1 – 2 of 2) sorted by relevance
1023 typedef struct ips_ha { struct1024 uint8_t ha_id[IPS_MAX_CHANNELS+1];1025 uint32_t dcdb_active[IPS_MAX_CHANNELS];1026 uint32_t io_addr; /* Base I/O address */1027 uint8_t ntargets; /* Number of targets */1028 uint8_t nbus; /* Number of buses */1029 uint8_t nlun; /* Number of Luns */1030 uint16_t ad_type; /* Adapter type */1031 uint16_t host_num; /* Adapter number */1032 uint32_t max_xfer; /* Maximum Xfer size */[all …]
342 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable