66 lines
2.5 KiB
Diff
66 lines
2.5 KiB
Diff
From 7ae37b7ed54610c699e1c217f6cec32a2cf11ce7 Mon Sep 17 00:00:00 2001
|
|
From: Peng Li <lipeng321@huawei.com>
|
|
Date: Sat, 24 Jul 2021 15:43:30 +0800
|
|
Subject: [PATCH 044/283] net: hns3: remove unused macro definition
|
|
|
|
mainline inclusion
|
|
from mainline-v5.12-rc1-dontuse
|
|
commit 7ceb40b8207ea4aefed96c6dd22625b93aa121f9
|
|
category: feature
|
|
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I8EMQV
|
|
CVE: NA
|
|
|
|
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7ceb40b8207ea4aefed96c6dd22625b93aa121f9
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
Some macros are defined but unused, so remove them.
|
|
|
|
Signed-off-by: Peng Li <lipeng321@huawei.com>
|
|
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
|
|
Signed-off-by: David S. Miller <davem@davemloft.net>
|
|
Reviewed-by: Yongxin Li <liyongxin1@huawei.com>
|
|
Signed-off-by: Junxin Chen <chenjunxin1@huawei.com>
|
|
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com>
|
|
Signed-off-by: Xiaodong Li <lixiaodong67@huawei.com>
|
|
---
|
|
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 3 ---
|
|
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h | 1 -
|
|
2 files changed, 4 deletions(-)
|
|
|
|
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
index cd98f4821641..138358b3b16b 100644
|
|
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
|
|
@@ -44,15 +44,12 @@
|
|
#define HCLGE_CMDQ_RX_DEPTH_REG 0x27020
|
|
#define HCLGE_CMDQ_RX_TAIL_REG 0x27024
|
|
#define HCLGE_CMDQ_RX_HEAD_REG 0x27028
|
|
-#define HCLGE_CMDQ_INTR_SRC_REG 0x27100
|
|
#define HCLGE_CMDQ_INTR_STS_REG 0x27104
|
|
#define HCLGE_CMDQ_INTR_EN_REG 0x27108
|
|
#define HCLGE_CMDQ_INTR_GEN_REG 0x2710C
|
|
|
|
/* bar registers for common func */
|
|
#define HCLGE_VECTOR0_OTER_EN_REG 0x20600
|
|
-#define HCLGE_RAS_OTHER_STS_REG 0x20B00
|
|
-#define HCLGE_FUNC_RESET_STS_REG 0x20C00
|
|
#define HCLGE_GRO_EN_REG 0x28000
|
|
|
|
/* bar registers for rcb */
|
|
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h
|
|
index cb502d88af5f..7d021cb394c5 100644
|
|
--- a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h
|
|
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h
|
|
@@ -269,7 +269,6 @@ struct hclgevf_cfg_tx_queue_pointer_cmd {
|
|
|
|
#define HCLGEVF_NIC_CMQ_DESC_NUM 1024
|
|
#define HCLGEVF_NIC_CMQ_DESC_NUM_S 3
|
|
-#define HCLGEVF_NIC_CMDQ_INT_SRC_REG 0x27100
|
|
|
|
#define HCLGEVF_RING_BASEADDR_SHIFT 32
|
|
|
|
--
|
|
2.34.1
|
|
|