]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Wed, 12 Apr 2017 19:11:44 +0000 (14:11 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 14 Apr 2017 02:55:41 +0000 (22:55 -0400)
commit71a60564abe9c185445deba88f27bf027e9ea8e1
treee8a9408b02c19b195a6c0fa926c3cb3ddec7870f
parent9bf8441111cc17d07e9b72cadbc22ea5437e4ce6
scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler

In order to support processing the HRRQ by other means (e.g. polling), the
processing portion of the current RRQ interrupt handler needs to be broken out
into a separate routine. This will allow RRQ processing from places other than
the RRQ hardware interrupt handler.

Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/main.c