Searched refs:ips_ha_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.c | 232 static int ips_hainit(ips_ha_t *); 233 static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); 234 static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); 235 static int ips_send_cmd(ips_ha_t *, ips_scb_t *); 236 static int ips_online(ips_ha_t *, ips_scb_t *); 237 static int ips_inquiry(ips_ha_t *, ips_scb_t *); 238 static int ips_rdcap(ips_ha_t *, ips_scb_t *); 239 static int ips_msense(ips_ha_t *, ips_scb_t *); 240 static int ips_reqsen(ips_ha_t *, ips_scb_t *); 241 static int ips_deallocatescbs(ips_ha_t *, in [all...] |
H A D | ips.h | 60 #define IPS_HA(x) ((ips_ha_t *) x->hostdata) 1057 } ips_ha_t; typedef 1059 typedef void (*ips_scb_callback) (ips_ha_t *, struct ips_scb *);
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 236 static int ips_hainit(ips_ha_t *); 237 static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); 238 static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); 239 static int ips_send_cmd(ips_ha_t *, ips_scb_t *); 240 static int ips_online(ips_ha_t *, ips_scb_t *); 241 static int ips_inquiry(ips_ha_t *, ips_scb_t *); 242 static int ips_rdcap(ips_ha_t *, ips_scb_t *); 243 static int ips_msense(ips_ha_t *, ips_scb_t *); 244 static int ips_reqsen(ips_ha_t *, ips_scb_t *); 245 static int ips_deallocatescbs(ips_ha_t *, in [all...] |
H A D | ips.h | 60 #define IPS_HA(x) ((ips_ha_t *) x->hostdata) 1057 } ips_ha_t; typedef 1059 typedef void (*ips_scb_callback) (ips_ha_t *, struct ips_scb *);
|
Completed in 11 milliseconds