Home
last modified time | relevance | path

Searched defs:ips_ha (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dips.h1006 typedef struct ips_ha { struct
1007 uint8_t ha_id[IPS_MAX_CHANNELS+1];
1008 uint32_t dcdb_active[IPS_MAX_CHANNELS];
1009 uint32_t io_addr; /* Base I/O address */
1010 uint8_t ntargets; /* Number of targets */
1011 uint8_t nbus; /* Number of buses */
1012 uint8_t nlun; /* Number of Luns */
1013 uint16_t ad_type; /* Adapter type */
1014 uint16_t host_num; /* Adapter number */
1015 uint32_t max_xfer; /* Maximum Xfer size */
[all …]
H A Dips.c344 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable