Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c1913 if (info->reqSCpnt) { in fas216_kick()
1914 SCpnt = info->reqSCpnt; in fas216_kick()
1915 info->reqSCpnt = NULL; in fas216_kick()
2125 if (info->reqSCpnt) in fas216_std_done()
2128 info->reqSCpnt = SCpnt; in fas216_std_done()
2510 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2511 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2602 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2603 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2831 info->reqSCpnt = NULL; in fas216_reset_state()
H A Dfas216.h218 struct scsi_cmnd *reqSCpnt; /* request sense command */ member