Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/scsi/
Dfas216.c1874 if (info->reqSCpnt) { in fas216_kick()
1875 SCpnt = info->reqSCpnt; in fas216_kick()
1876 info->reqSCpnt = NULL; in fas216_kick()
2091 if (info->reqSCpnt) in fas216_std_done()
2094 info->reqSCpnt = SCpnt; in fas216_std_done()
2467 if (info->reqSCpnt && info->reqSCpnt->target == target) in fas216_eh_device_reset()
2468 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2559 if (info->reqSCpnt && info->reqSCpnt->target == SDpnt->id) in fas216_eh_bus_reset()
2560 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2786 info->reqSCpnt = NULL; in fas216_reset_state()
Dfas216.h223 Scsi_Cmnd *reqSCpnt; /* request sense command */ member