Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/arm/
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()
2496 if (info->reqSCpnt && info->reqSCpnt->device->id == target) in fas216_eh_device_reset()
2497 info->reqSCpnt = NULL; in fas216_eh_device_reset()
2588 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()
2589 info->reqSCpnt = NULL; in fas216_eh_bus_reset()
2817 info->reqSCpnt = NULL; in fas216_reset_state()
Dfas216.h218 struct scsi_cmnd *reqSCpnt; /* request sense command */ member