Home
last modified time | relevance | path

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

/linux/drivers/hsi/
H A Dhsi_core.c649 (*cl->ehandler)(cl, event); in hsi_event_notifier_call()
671 if (!handler || cl->ehandler) in hsi_register_port_event()
675 cl->ehandler = handler; in hsi_register_port_event()
700 cl->ehandler = NULL; in hsi_unregister_port_event()
/linux/include/linux/hsi/
H A Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/linux/include/scsi/
H A Dscsi_host.h579 struct task_struct * ehandler; /* Error recovery thread. */
575 struct task_struct * ehandler; /* Error recovery thread. */ global() member
/linux/drivers/scsi/
H A Dscsi_error.c70 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
313 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2419 shost->ehandler = NULL; in scsi_error_handler()