| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /**************************************************************************** |
|---|
| 2 | 3 | * Driver for Solarflare network controllers and boards |
|---|
| 3 | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
|---|
| 4 | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License version 2 as published |
|---|
| 8 | | - * by the Free Software Foundation, incorporated herein by reference. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #include <linux/netdevice.h> |
|---|
| .. | .. |
|---|
| 68 | 65 | STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode) |
|---|
| 69 | 66 | |
|---|
| 70 | 67 | /** |
|---|
| 71 | | - * ef4_loopback_state - persistent state during a loopback selftest |
|---|
| 68 | + * struct ef4_loopback_state - persistent state during a loopback selftest |
|---|
| 72 | 69 | * @flush: Drop all packets in ef4_loopback_rx_packet |
|---|
| 73 | 70 | * @packet_count: Number of packets being used in this test |
|---|
| 74 | 71 | * @skbs: An array of skbs transmitted |
|---|