Searched refs:ips_ha (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.h1056 struct ips_ha;
1059 int (*reset)(struct ips_ha *);
1060 int (*issue)(struct ips_ha *, struct ips_scb *);
1061 int (*isinit)(struct ips_ha *);
1062 int (*isintr)(struct ips_ha *);
1063 int (*init)(struct ips_ha *);
1064 int (*erasebios)(struct ips_ha *);
1065 int (*programbios)(struct ips_ha *, char *, uint32_t, uint32_t);
1066 int (*verifybios)(struct ips_ha *, char *, uint32_t, uint32_t);
1067 void (*statinit)(struct ips_ha *);
1073 typedef struct ips_ha { struct
[all...]
H A Dips.c361 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ variable
600 ips_free(ips_ha[i]);
723 ips_ha[i] = NULL;
764 ha = (ips_ha_t *) ips_ha[i];
6852 ips_ha[index] = NULL;
6867 ips_ha_t *ha_sav = ips_ha[highindex];
6872 ips_ha[i] = ips_ha[i - 1];
6874 ips_ha[i]->host_num = i;
6877 ips_ha[lowinde
[all...]

Completed in 63 milliseconds