Home
last modified time | relevance | path

Searched refs:gdth_evt_str (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dgdth_ioctl.h175 } __attribute__((packed)) gdth_evt_str; typedef
228 gdth_evt_str event;
Dgdth.c130 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);
134 gdth_evt_str *estr);
193 static gdth_evt_str ebuffer[MAX_EVENTS]; /* event buffer */
2358 static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source, in gdth_store_event()
2361 gdth_evt_str *e; in gdth_store_event()
2401 static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr) in gdth_read_event()
2403 gdth_evt_str *e; in gdth_read_event()
2427 memcpy(estr, e, sizeof(gdth_evt_str)); in gdth_read_event()
2434 u8 application, gdth_evt_str *estr) in gdth_readapp_event()
[all …]
Dgdth_proc.c162 gdth_evt_str *estr; in gdth_show_info()