| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved. |
|---|
| 3 | 4 | * Copyright(c) 2006 - 2007 Chris Snook <csnook@redhat.com> |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Derived from Intel e1000 driver |
|---|
| 7 | 8 | * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 11 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 12 | | - * any later version. |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 15 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 16 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 17 | | - * more details. |
|---|
| 18 | | - * |
|---|
| 19 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 20 | | - * this program; if not, write to the Free Software Foundation, Inc., 59 |
|---|
| 21 | | - * Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 22 | 9 | */ |
|---|
| 23 | 10 | |
|---|
| 24 | 11 | #ifndef ATL1_H |
|---|
| .. | .. |
|---|
| 681 | 668 | u64 scc; /* packets TX after a single collision */ |
|---|
| 682 | 669 | u64 mcc; /* packets TX after multiple collisions */ |
|---|
| 683 | 670 | u64 latecol; /* TX packets w/ late collisions */ |
|---|
| 684 | | - u64 tx_underun; /* TX packets aborted due to TX FIFO underrun |
|---|
| 671 | + u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun |
|---|
| 685 | 672 | * or TRD FIFO underrun */ |
|---|
| 686 | 673 | u64 tx_trunc; /* TX packets truncated due to size > MTU */ |
|---|
| 687 | 674 | u64 rx_pause; /* num Pause packets received. */ |
|---|