Home
last modified time | relevance | path

Searched refs:eh_action (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dscsi_error.c528 struct completion *eh_action; in scsi_eh_done() local
534 eh_action = scmd->device->host->eh_action; in scsi_eh_done()
535 if (eh_action) in scsi_eh_done()
536 complete(eh_action); in scsi_eh_done()
802 shost->eh_action = &done; in scsi_send_eh_cmnd()
821 shost->eh_action = NULL; in scsi_send_eh_cmnd()
866 if (sdrv->eh_action) in scsi_send_eh_cmnd()
867 rtn = sdrv->eh_action(scmd, cmnd, cmnd_size, rtn); in scsi_send_eh_cmnd()
Dsd.c503 .eh_action = sd_eh_action,