Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/arm/
Dfas216.c1912 if (info->reqSCpnt) { in fas216_kick()
1913 SCpnt = info->reqSCpnt; in fas216_kick()
1914 info->reqSCpnt = NULL; in fas216_kick()
2119 if (info->reqSCpnt) in fas216_std_done()
2122 info->reqSCpnt = SCpnt; in fas216_std_done()
2501 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2502 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2593 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2594 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2822 info->reqSCpnt = NULL; in fas216_reset_state()
Dfas216.h221 struct scsi_cmnd *reqSCpnt; /* request sense command */ member