linux/drivers/scsi/ibmvscsi
Tyrel Datwyler 6e40de8b6b scsi: ibmvscsi: redo driver work thread to use enum action states
The current implemenation relies on two flags in the driver's private host
structure to signal the need for a host reset or to reenable the CRQ after
a LPAR migration. This patch does away with those flags and introduces a
single action flag and defined enums for the supported kthread work
actions. Lastly, the if/else logic is replaced with a switch statement.

Signed-off-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2019-06-18 19:46:22 -04:00
..
ibmvfc.c scsi: ibmvfc: Clean up transport events 2019-03-27 21:34:20 -04:00
ibmvfc.h scsi: ibmvfc: Clean up transport events 2019-03-27 21:34:20 -04:00
ibmvscsi.c scsi: ibmvscsi: redo driver work thread to use enum action states 2019-06-18 19:46:22 -04:00
ibmvscsi.h scsi: ibmvscsi: redo driver work thread to use enum action states 2019-06-18 19:46:22 -04:00
Makefile ibmvstgt: remove 2014-07-17 22:07:43 +02:00