.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015 Cavium, Inc. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify it |
---|
5 | | - * under the terms of version 2 of the GNU General Public License |
---|
6 | | - * as published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #ifndef THUNDER_BGX_H |
---|
.. | .. |
---|
60 | 57 | #define RX_DMACX_CAM_EN BIT_ULL(48) |
---|
61 | 58 | #define RX_DMACX_CAM_LMACID(x) (((u64)x) << 49) |
---|
62 | 59 | #define RX_DMAC_COUNT 32 |
---|
63 | | -#define BGX_CMR_RX_STREERING 0x300 |
---|
| 60 | +#define BGX_CMR_RX_STEERING 0x300 |
---|
64 | 61 | #define RX_TRAFFIC_STEER_RULE_COUNT 8 |
---|
65 | 62 | #define BGX_CMR_CHAN_MSK_AND 0x450 |
---|
66 | 63 | #define BGX_CMR_BIST_STATUS 0x460 |
---|