Lines Matching defs:eh_action
265 * scsi_eh_reset - call into ->eh_action to reset internal counters
858 struct completion *eh_action;
863 eh_action = scmd->device->host->eh_action;
864 if (eh_action)
865 complete(eh_action);
1152 shost->eh_action = &done;
1196 shost->eh_action = NULL;
1259 if (sdrv->eh_action)
1260 rtn = sdrv->eh_action(scmd, rtn);