Searched refs:ips_scb_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | ips.c | 235 static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); 236 static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); 237 static int ips_send_cmd(ips_ha_t *, ips_scb_t *); 238 static int ips_online(ips_ha_t *, ips_scb_t *); 239 static int ips_inquiry(ips_ha_t *, ips_scb_t *); 240 static int ips_rdcap(ips_ha_t *, ips_scb_t *); 241 static int ips_msense(ips_ha_t *, ips_scb_t *); 242 static int ips_reqsen(ips_ha_t *, ips_scb_t *); 248 static int ips_issue_copperhead(ips_ha_t *, ips_scb_t *); 249 static int ips_issue_copperhead_memio(ips_ha_t *, ips_scb_t *); [all …]
|
D | ips.h | 1107 } ips_scb_t; typedef
|