Home
last modified time | relevance | path

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

/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()
2511 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2512 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2603 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2604 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2832 info->reqSCpnt = NULL; in fas216_reset_state()
H A Dfas216.h218 struct scsi_cmnd *reqSCpnt; /* request sense command */ member