Home
last modified time | relevance | path

Searched refs:gdth_ha_str (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dgdth_proc.h12 int length, gdth_ha_str *ha);
14 static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch,
16 static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr);
17 static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
Dgdth.c146 static irqreturn_t __gdth_interrupt(gdth_ha_str *ha,
148 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
150 static int gdth_async_event(gdth_ha_str *ha);
153 static void gdth_putq(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 priority);
154 static void gdth_next(gdth_ha_str *ha);
155 static int gdth_fill_raw_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 b);
156 static int gdth_special_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp);
157 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source,
159 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr);
160 static void gdth_readapp_event(gdth_ha_str *ha, u8 application,
[all …]
Dgdth_proc.c10 gdth_ha_str *ha = shost_priv(host); in gdth_set_info()
27 int length, gdth_ha_str *ha) in gdth_set_asc_info()
140 gdth_ha_str *ha = shost_priv(host); in gdth_show_info()
560 static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch, in gdth_ioctl_alloc()
588 static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr) in gdth_ioctl_free()
602 static int gdth_ioctl_check_bin(gdth_ha_str *ha, u16 size) in gdth_ioctl_check_bin()
619 static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id) in gdth_wait_completion()
Dgdth.h938 } gdth_ha_str; typedef