Searched refs:reqSCpnt (Results 1 – 2 of 2) sorted by relevance
1918 if (info->reqSCpnt) { in fas216_kick()1919 SCpnt = info->reqSCpnt; in fas216_kick()1920 info->reqSCpnt = NULL; in fas216_kick()2126 if (info->reqSCpnt) in fas216_std_done()2129 info->reqSCpnt = SCpnt; in fas216_std_done()2508 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()2509 info->reqSCpnt = NULL; in fas216_eh_device_reset()2600 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2601 info->reqSCpnt = NULL; in fas216_eh_bus_reset()2829 info->reqSCpnt = NULL; in fas216_reset_state()
218 struct scsi_cmnd *reqSCpnt; /* request sense command */ member