Searched refs:gdth_evt_str (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | gdth_ioctl.h | 178 } __attribute__((packed)) gdth_evt_str; typedef 316 gdth_evt_str event;
|
D | gdth.c | 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); 161 gdth_evt_str *estr); 298 static gdth_evt_str ebuffer[MAX_EVENTS]; /* event buffer */ 2845 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source, in gdth_store_event() 2848 gdth_evt_str *e; in gdth_store_event() 2891 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr) in gdth_read_event() 2893 gdth_evt_str *e; in gdth_read_event() 2917 memcpy(estr, e, sizeof(gdth_evt_str)); in gdth_read_event() 2924 u8 application, gdth_evt_str *estr) in gdth_readapp_event() [all …]
|
D | gdth_proc.c | 165 gdth_evt_str *estr; in gdth_get_info()
|