58 lines
2.0 KiB
Diff
58 lines
2.0 KiB
Diff
From 9fb48951348ec72c4f9de5edc0282329a2a4c3ca Mon Sep 17 00:00:00 2001
|
|
From: Huazhong Tan <tanhuazhong@huawei.com>
|
|
Date: Thu, 14 May 2020 20:41:25 +0800
|
|
Subject: [PATCH 032/283] net: hns3: remove some unused macros
|
|
|
|
mainline inclusion
|
|
from mainline-v5.8-rc1
|
|
commit bd13f7e12936b83a363ffada725bdf0fe229f337
|
|
category: cleanup
|
|
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I8EJ0A
|
|
|
|
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bd13f7e12936b83a363ffada725bdf0fe229f337
|
|
|
|
--------------------------------
|
|
|
|
There are some macros defined in hns3_enet.h, but not used in
|
|
anywhere.
|
|
|
|
Reported-by: Yonglong Liu <liuyonglong@huawei.com>
|
|
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
|
|
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
Signed-off-by: Xiaodong Li <lixiaodong67@huawei.com>
|
|
---
|
|
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 17 -----------------
|
|
1 file changed, 17 deletions(-)
|
|
|
|
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
|
|
index 7f19a8b82036..0588642f906c 100644
|
|
--- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
|
|
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
|
|
@@ -46,23 +46,6 @@ enum hns3_nic_state {
|
|
#define HNS3_RING_CFG_VF_NUM_REG 0x00080
|
|
#define HNS3_RING_ASID_REG 0x0008C
|
|
#define HNS3_RING_EN_REG 0x00090
|
|
-#define HNS3_RING_T0_BE_RST 0x00094
|
|
-#define HNS3_RING_COULD_BE_RST 0x00098
|
|
-#define HNS3_RING_WRR_WEIGHT_REG 0x0009c
|
|
-
|
|
-#define HNS3_RING_INTMSK_RXWL_REG 0x000A0
|
|
-#define HNS3_RING_INTSTS_RX_RING_REG 0x000A4
|
|
-#define HNS3_RX_RING_INT_STS_REG 0x000A8
|
|
-#define HNS3_RING_INTMSK_TXWL_REG 0x000AC
|
|
-#define HNS3_RING_INTSTS_TX_RING_REG 0x000B0
|
|
-#define HNS3_TX_RING_INT_STS_REG 0x000B4
|
|
-#define HNS3_RING_INTMSK_RX_OVERTIME_REG 0x000B8
|
|
-#define HNS3_RING_INTSTS_RX_OVERTIME_REG 0x000BC
|
|
-#define HNS3_RING_INTMSK_TX_OVERTIME_REG 0x000C4
|
|
-#define HNS3_RING_INTSTS_TX_OVERTIME_REG 0x000C8
|
|
-
|
|
-#define HNS3_RING_MB_CTRL_REG 0x00100
|
|
-#define HNS3_RING_MB_DATA_BASE_REG 0x00200
|
|
|
|
#define HNS3_TX_REG_OFFSET 0x40
|
|
|
|
--
|
|
2.34.1
|
|
|