| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 1999 - 2010 Intel Corporation. |
|---|
| 3 | 4 | * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD. |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * This code was derived from the Intel e1000e Linux driver. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; version 2 of the License. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 | | - * GNU General Public License for more details. |
|---|
| 15 | | - * |
|---|
| 16 | | - * You should have received a copy of the GNU General Public License |
|---|
| 17 | | - * along with this program; if not, see <http://www.gnu.org/licenses/>. |
|---|
| 18 | 7 | */ |
|---|
| 19 | 8 | |
|---|
| 20 | 9 | #ifndef _PCH_GBE_H_ |
|---|
| .. | .. |
|---|
| 158 | 147 | #define PCH_GBE_RH_ALM_FULL_8 0x00001000 /* 8 words */ |
|---|
| 159 | 148 | #define PCH_GBE_RH_ALM_FULL_16 0x00002000 /* 16 words */ |
|---|
| 160 | 149 | #define PCH_GBE_RH_ALM_FULL_32 0x00003000 /* 32 words */ |
|---|
| 161 | | -/* RX FIFO Read Triger Threshold */ |
|---|
| 150 | +/* RX FIFO Read Trigger Threshold */ |
|---|
| 162 | 151 | #define PCH_GBE_RH_RD_TRG_4 0x00000000 /* 4 words */ |
|---|
| 163 | 152 | #define PCH_GBE_RH_RD_TRG_8 0x00000200 /* 8 words */ |
|---|
| 164 | 153 | #define PCH_GBE_RH_RD_TRG_16 0x00000400 /* 16 words */ |
|---|