.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Adaptec AAC series RAID controller driver |
---|
3 | 4 | * (c) Copyright 2001 Red Hat Inc. |
---|
.. | .. |
---|
9 | 10 | * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) |
---|
10 | 11 | * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) |
---|
11 | 12 | * |
---|
12 | | - * This program is free software; you can redistribute it and/or modify |
---|
13 | | - * it under the terms of the GNU General Public License as published by |
---|
14 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
15 | | - * any later version. |
---|
16 | | - * |
---|
17 | | - * This program is distributed in the hope that it will be useful, |
---|
18 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
19 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
20 | | - * GNU General Public License for more details. |
---|
21 | | - * |
---|
22 | | - * You should have received a copy of the GNU General Public License |
---|
23 | | - * along with this program; see the file COPYING. If not, write to |
---|
24 | | - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
25 | | - * |
---|
26 | 13 | * Module Name: |
---|
27 | 14 | * rx.c |
---|
28 | 15 | * |
---|
29 | 16 | * Abstract: Hardware miniport for Drawbridge specific hardware functions. |
---|
30 | | - * |
---|
31 | 17 | */ |
---|
32 | 18 | |
---|
33 | 19 | #include <linux/kernel.h> |
---|
.. | .. |
---|
158 | 144 | * @dev: Adapter |
---|
159 | 145 | * @command: Command to execute |
---|
160 | 146 | * @p1: first parameter |
---|
161 | | - * @ret: adapter status |
---|
| 147 | + * @p2: second parameter |
---|
| 148 | + * @p3: third parameter |
---|
| 149 | + * @p4: forth parameter |
---|
| 150 | + * @p5: fifth parameter |
---|
| 151 | + * @p6: sixth parameter |
---|
| 152 | + * @status: adapter status |
---|
| 153 | + * @r1: first return value |
---|
| 154 | + * @r2: second return value |
---|
| 155 | + * @r3: third return value |
---|
| 156 | + * @r4: forth return value |
---|
162 | 157 | * |
---|
163 | 158 | * This routine will send a synchronous command to the adapter and wait |
---|
164 | 159 | * for its completion. |
---|
.. | .. |
---|
457 | 452 | |
---|
458 | 453 | /** |
---|
459 | 454 | * aac_rx_ioremap |
---|
| 455 | + * @dev: adapter |
---|
460 | 456 | * @size: mapping resize request |
---|
461 | 457 | * |
---|
462 | 458 | */ |
---|