Home
last modified time | relevance | path

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

/drivers/scsi/arm/
Dfas216.c1914 if (info->reqSCpnt) { in fas216_kick()
1915 SCpnt = info->reqSCpnt; in fas216_kick()
1916 info->reqSCpnt = NULL; in fas216_kick()
2121 if (info->reqSCpnt) in fas216_std_done()
2124 info->reqSCpnt = SCpnt; in fas216_std_done()
2503 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2504 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2595 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2596 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2824 info->reqSCpnt = NULL; in fas216_reset_state()
Dfas216.h221 struct scsi_cmnd *reqSCpnt; /* request sense command */ member