Searched defs:ips_ha (Results 1 – 2 of 2) sorted by relevance
1005 typedef struct ips_ha { struct1006 uint8_t ha_id[IPS_MAX_CHANNELS+1];1007 uint32_t dcdb_active[IPS_MAX_CHANNELS];1008 uint32_t io_addr; /* Base I/O address */1009 uint8_t ntargets; /* Number of targets */1010 uint8_t nbus; /* Number of buses */1011 uint8_t nlun; /* Number of Luns */1012 uint16_t ad_type; /* Adapter type */1013 uint16_t host_num; /* Adapter number */1014 uint32_t max_xfer; /* Maximum Xfer size */[all …]
344 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable