]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: edif: Remove old doorbell interface
authorQuinn Tran <qutran@marvell.com>
Tue, 7 Jun 2022 04:46:24 +0000 (21:46 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 8 Jun 2022 01:50:10 +0000 (21:50 -0400)
commiteaea3db77c01a1308d4eb547fc81f04f16fe593e
treec08ca2e08a57b8c327399add3f08f9b4d173761b
parentfd992c16a0ca4fa00449a9877a92026414e5cfe3
scsi: qla2xxx: edif: Remove old doorbell interface

Recently driver has implemented a new doorbell mechanism via bsg.  The new
doorbell tells driver the exact buffer size application has where driver
can fill it up with events. The old doorbell guestimated application buffer
size is 256.

Remove duplicate functionality, the application has moved on to the new
doorbell interface.

Link: https://lore.kernel.org/r/20220607044627.19563-9-njavali@marvell.com
Signed-off-by: Quinn Tran <qutran@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_attr.c
drivers/scsi/qla2xxx/qla_edif.c
drivers/scsi/qla2xxx/qla_gbl.h