Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D53c700.c374 hostdata->eh_complete = NULL; in NCR_700_detect()
1579 if(hostdata->eh_complete != NULL) in NCR_700_intr()
1580 complete(hostdata->eh_complete); in NCR_700_intr()
1953 while (hostdata->eh_complete != NULL) { in NCR_700_bus_reset()
1959 hostdata->eh_complete = &complete; in NCR_700_bus_reset()
1966 hostdata->eh_complete = NULL; in NCR_700_bus_reset()
D53c700.h249 struct completion *eh_complete; member