mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
net: thunderx: correct typo in macro name
Correct STREERING to STEERING at macro name for BGX steering register. Signed-off-by: Vadim Lomovtsev <vlomovtsev@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
efcc9bcaf7
commit
f6d25aca1b
@ -1217,7 +1217,7 @@ static void bgx_init_hw(struct bgx *bgx)
|
|||||||
|
|
||||||
/* Disable MAC steering (NCSI traffic) */
|
/* Disable MAC steering (NCSI traffic) */
|
||||||
for (i = 0; i < RX_TRAFFIC_STEER_RULE_COUNT; i++)
|
for (i = 0; i < RX_TRAFFIC_STEER_RULE_COUNT; i++)
|
||||||
bgx_reg_write(bgx, 0, BGX_CMR_RX_STREERING + (i * 8), 0x00);
|
bgx_reg_write(bgx, 0, BGX_CMR_RX_STEERING + (i * 8), 0x00);
|
||||||
}
|
}
|
||||||
|
|
||||||
static u8 bgx_get_lane2sds_cfg(struct bgx *bgx, struct lmac *lmac)
|
static u8 bgx_get_lane2sds_cfg(struct bgx *bgx, struct lmac *lmac)
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
#define RX_DMACX_CAM_EN BIT_ULL(48)
|
#define RX_DMACX_CAM_EN BIT_ULL(48)
|
||||||
#define RX_DMACX_CAM_LMACID(x) (((u64)x) << 49)
|
#define RX_DMACX_CAM_LMACID(x) (((u64)x) << 49)
|
||||||
#define RX_DMAC_COUNT 32
|
#define RX_DMAC_COUNT 32
|
||||||
#define BGX_CMR_RX_STREERING 0x300
|
#define BGX_CMR_RX_STEERING 0x300
|
||||||
#define RX_TRAFFIC_STEER_RULE_COUNT 8
|
#define RX_TRAFFIC_STEER_RULE_COUNT 8
|
||||||
#define BGX_CMR_CHAN_MSK_AND 0x450
|
#define BGX_CMR_CHAN_MSK_AND 0x450
|
||||||
#define BGX_CMR_BIST_STATUS 0x460
|
#define BGX_CMR_BIST_STATUS 0x460
|
||||||
|
Loading…
x
Reference in New Issue
Block a user