card_ddcb.c (3eb66e91a25497065c5322b1268cbc3953642227) | card_ddcb.c (eb3ae0aa382e03a99a34edc7b42302ea342f1f60) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/** 2 * IBM Accelerator Family 'GenWQE' 3 * 4 * (C) Copyright IBM Corp. 2013 5 * 6 * Author: Frank Haverkamp <haver@linux.vnet.ibm.com> 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 8 * Author: Michael Jung <mijung@gmx.net> 9 * Author: Michael Ruettger <michael@ibmra.de> | 2/** 3 * IBM Accelerator Family 'GenWQE' 4 * 5 * (C) Copyright IBM Corp. 2013 6 * 7 * Author: Frank Haverkamp <haver@linux.vnet.ibm.com> 8 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 * Author: Michael Jung <mijung@gmx.net> 10 * Author: Michael Ruettger <michael@ibmra.de> |
10 * 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License (version 2 only) 13 * as published by the Free Software Foundation. 14 * 15 * This program is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU General Public License for more details. | |
19 */ 20 21/* 22 * Device Driver Control Block (DDCB) queue support. Definition of 23 * interrupt handlers for queue support as well as triggering the 24 * health monitor code in case of problems. The current hardware uses 25 * an MSI interrupt which is shared between error handling and 26 * functional code. --- 1383 unchanged lines hidden --- | 11 */ 12 13/* 14 * Device Driver Control Block (DDCB) queue support. Definition of 15 * interrupt handlers for queue support as well as triggering the 16 * health monitor code in case of problems. The current hardware uses 17 * an MSI interrupt which is shared between error handling and 18 * functional code. --- 1383 unchanged lines hidden --- |