Home
last modified time | relevance | path

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

/linux/drivers/scsi/arm/
A Dfas216.c1907 if (info->reqSCpnt) { in fas216_kick()
1908 SCpnt = info->reqSCpnt; in fas216_kick()
1909 info->reqSCpnt = NULL; in fas216_kick()
2115 if (info->reqSCpnt) in fas216_std_done()
2118 info->reqSCpnt = SCpnt; in fas216_std_done()
2500 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2501 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2592 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2593 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2821 info->reqSCpnt = NULL; in fas216_reset_state()
A Dfas216.h218 struct scsi_cmnd *reqSCpnt; /* request sense command */ member

Completed in 12 milliseconds