.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * aQuantia Corporation Network Driver |
---|
3 | 4 | * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms and conditions of the GNU General Public License, |
---|
7 | | - * version 2, as published by the Free Software Foundation. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | /* File hw_atl_a0_internal.h: Definition of Atlantic A0 chip specific |
---|
.. | .. |
---|
61 | 58 | |
---|
62 | 59 | #define HW_ATL_A0_MPI_SPEED_MSK 0xFFFFU |
---|
63 | 60 | #define HW_ATL_A0_MPI_SPEED_SHIFT 16U |
---|
64 | | - |
---|
65 | | -#define HW_ATL_A0_RATE_10G BIT(0) |
---|
66 | | -#define HW_ATL_A0_RATE_5G BIT(1) |
---|
67 | | -#define HW_ATL_A0_RATE_2G5 BIT(3) |
---|
68 | | -#define HW_ATL_A0_RATE_1G BIT(4) |
---|
69 | | -#define HW_ATL_A0_RATE_100M BIT(5) |
---|
70 | 61 | |
---|
71 | 62 | #define HW_ATL_A0_TXBUF_MAX 160U |
---|
72 | 63 | #define HW_ATL_A0_RXBUF_MAX 320U |
---|