Searched refs:reqSCpnt (Results 1 – 2 of 2) sorted by relevance
1913 if (info->reqSCpnt) { in fas216_kick()1914 SCpnt = info->reqSCpnt; in fas216_kick()1915 info->reqSCpnt = NULL; in fas216_kick()2122 if (info->reqSCpnt) in fas216_std_done()2125 info->reqSCpnt = SCpnt; in fas216_std_done()2509 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()2510 info->reqSCpnt = NULL; in fas216_eh_device_reset()2601 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2602 info->reqSCpnt = NULL; in fas216_eh_bus_reset()2831 info->reqSCpnt = NULL; in fas216_reset_state()
221 struct scsi_cmnd *reqSCpnt; /* request sense command */ member