| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Linux network driver for QLogic BR-series Converged Network Adapter. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 5 | | - * under the terms of the GNU General Public License (GPL) Version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 9 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 11 | | - * General Public License for more details. |
|---|
| 12 | 4 | */ |
|---|
| 13 | 5 | /* |
|---|
| 14 | 6 | * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. |
|---|
| .. | .. |
|---|
| 110 | 102 | } |
|---|
| 111 | 103 | |
|---|
| 112 | 104 | /** |
|---|
| 113 | | - * bfa_cee_get_attr_isr() |
|---|
| 105 | + * bfa_cee_reset_stats_isr - CEE ISR for reset-stats responses from f/w |
|---|
| 114 | 106 | * |
|---|
| 115 | | - * @brief CEE ISR for reset-stats responses from f/w |
|---|
| 116 | | - * |
|---|
| 117 | | - * @param[in] cee - Pointer to the CEE module |
|---|
| 118 | | - * status - Return status from the f/w |
|---|
| 119 | | - * |
|---|
| 120 | | - * @return void |
|---|
| 107 | + * @cee: Input Pointer to the CEE module |
|---|
| 108 | + * @status: Return status from the f/w |
|---|
| 121 | 109 | */ |
|---|
| 122 | 110 | static void |
|---|
| 123 | 111 | bfa_cee_reset_stats_isr(struct bfa_cee *cee, enum bfa_status status) |
|---|
| .. | .. |
|---|
| 156 | 144 | } |
|---|
| 157 | 145 | |
|---|
| 158 | 146 | /** |
|---|
| 159 | | - * bfa_cee_get_attr - Send the request to the f/w to fetch CEE attributes. |
|---|
| 147 | + * bfa_nw_cee_get_attr - Send the request to the f/w to fetch CEE attributes. |
|---|
| 160 | 148 | * |
|---|
| 161 | 149 | * @cee: Pointer to the CEE module data structure. |
|---|
| 150 | + * @attr: attribute requested |
|---|
| 151 | + * @cbfn: function pointer |
|---|
| 152 | + * @cbarg: function pointer arguments |
|---|
| 162 | 153 | * |
|---|
| 163 | 154 | * Return: status |
|---|
| 164 | 155 | */ |
|---|
| .. | .. |
|---|
| 189 | 180 | } |
|---|
| 190 | 181 | |
|---|
| 191 | 182 | /** |
|---|
| 192 | | - * bfa_cee_isrs - Handles Mail-box interrupts for CEE module. |
|---|
| 183 | + * bfa_cee_isr - Handles Mail-box interrupts for CEE module. |
|---|
| 184 | + * @cbarg: argument passed containing pointer to the CEE module data structure. |
|---|
| 185 | + * @m: message pointer |
|---|
| 193 | 186 | */ |
|---|
| 194 | 187 | |
|---|
| 195 | 188 | static void |
|---|
| .. | .. |
|---|
| 218 | 211 | /** |
|---|
| 219 | 212 | * bfa_cee_notify - CEE module heart-beat failure handler. |
|---|
| 220 | 213 | * |
|---|
| 214 | + * @arg: argument passed containing pointer to the CEE module data structure. |
|---|
| 221 | 215 | * @event: IOC event type |
|---|
| 222 | 216 | */ |
|---|
| 223 | 217 | |
|---|