Searched refs:ips_ha_t (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ips.c | 253 static ips_ha_t *ips_ha[IPS_MAX_ADAPTERS]; /* Array of HA structures */ 421 static int ips_hainit(ips_ha_t *); 422 static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); 423 static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); 424 static int ips_send_cmd(ips_ha_t *, ips_scb_t *); 425 static int ips_online(ips_ha_t *, ips_scb_t *); 426 static int ips_inquiry(ips_ha_t *, ips_scb_t *); 427 static int ips_rdcap(ips_ha_t *, ips_scb_t *); 428 static int ips_msense(ips_ha_t *, ips_scb_t *); 429 static int ips_reqsen(ips_ha_t *, ips_scb_t *); [all …]
|
D | ips.h | 71 #define IPS_HA(x) ((ips_ha_t *) x->hostdata) 1128 } ips_ha_t; typedef 1130 typedef void (*ips_scb_callback) (ips_ha_t *, struct ips_scb *);
|