Searched defs:ips_ha (Results 1 – 2 of 2) sorted by relevance
1032 typedef struct ips_ha { struct1033 uint8_t ha_id[IPS_MAX_CHANNELS+1];1034 uint32_t dcdb_active[IPS_MAX_CHANNELS];1035 uint32_t io_addr; /* Base I/O address */1036 uint8_t ntargets; /* Number of targets */1037 uint8_t nbus; /* Number of buses */1038 uint8_t nlun; /* Number of Luns */1039 uint16_t ad_type; /* Adapter type */1040 uint16_t host_num; /* Adapter number */1041 uint32_t max_xfer; /* Maximum Xfer size */[all …]
347 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable