Searched refs:gdth_ha_str (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | gdth.c | 119 static irqreturn_t __gdth_interrupt(gdth_ha_str *ha, 121 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index, 123 static int gdth_async_event(gdth_ha_str *ha); 126 static void gdth_putq(gdth_ha_str *ha, struct scsi_cmnd *scp, u8 priority); 127 static void gdth_next(gdth_ha_str *ha); 128 static int gdth_fill_raw_cmd(gdth_ha_str *ha, struct scsi_cmnd *scp, u8 b); 129 static int gdth_special_cmd(gdth_ha_str *ha, struct scsi_cmnd *scp); 130 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source, 132 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr); 133 static void gdth_readapp_event(gdth_ha_str *ha, u8 application, [all …]
|
D | gdth_proc.h | 13 int length, gdth_ha_str *ha); 15 static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
|
D | gdth_proc.c | 11 gdth_ha_str *ha = shost_priv(host); in gdth_set_info() 28 int length, gdth_ha_str *ha) in gdth_set_asc_info() 153 gdth_ha_str *ha = shost_priv(host); in gdth_show_info() 560 static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id) in gdth_wait_completion()
|
D | gdth.h | 906 } gdth_ha_str; typedef
|