xref: /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h (revision 4a714feefd99c25c7304b43ac58c9d5c0304e7cb)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2016-2017 Hisilicon Limited. */
3 
4 #ifndef __HCLGEVF_MAIN_H
5 #define __HCLGEVF_MAIN_H
6 #include <linux/fs.h>
7 #include <linux/types.h>
8 #include "hclge_mbx.h"
9 #include "hclgevf_cmd.h"
10 #include "hnae3.h"
11 
12 #define HCLGEVF_MOD_VERSION "1.0"
13 #define HCLGEVF_DRIVER_NAME "hclgevf"
14 
15 #define HCLGEVF_MISC_VECTOR_NUM		0
16 
17 #define HCLGEVF_INVALID_VPORT		0xffff
18 
19 /* This number in actual depends upon the total number of VFs
20  * created by physical function. But the maximum number of
21  * possible vector-per-VF is {VFn(1-32), VECTn(32 + 1)}.
22  */
23 #define HCLGEVF_MAX_VF_VECTOR_NUM	(32 + 1)
24 
25 #define HCLGEVF_VECTOR_REG_BASE		0x20000
26 #define HCLGEVF_MISC_VECTOR_REG_BASE	0x20400
27 #define HCLGEVF_VECTOR_REG_OFFSET	0x4
28 #define HCLGEVF_VECTOR_VF_OFFSET		0x100000
29 
30 /* bar registers for cmdq */
31 #define HCLGEVF_CMDQ_TX_ADDR_L_REG		0x27000
32 #define HCLGEVF_CMDQ_TX_ADDR_H_REG		0x27004
33 #define HCLGEVF_CMDQ_TX_DEPTH_REG		0x27008
34 #define HCLGEVF_CMDQ_TX_TAIL_REG		0x27010
35 #define HCLGEVF_CMDQ_TX_HEAD_REG		0x27014
36 #define HCLGEVF_CMDQ_RX_ADDR_L_REG		0x27018
37 #define HCLGEVF_CMDQ_RX_ADDR_H_REG		0x2701C
38 #define HCLGEVF_CMDQ_RX_DEPTH_REG		0x27020
39 #define HCLGEVF_CMDQ_RX_TAIL_REG		0x27024
40 #define HCLGEVF_CMDQ_RX_HEAD_REG		0x27028
41 #define HCLGEVF_CMDQ_INTR_SRC_REG		0x27100
42 #define HCLGEVF_CMDQ_INTR_STS_REG		0x27104
43 #define HCLGEVF_CMDQ_INTR_EN_REG		0x27108
44 #define HCLGEVF_CMDQ_INTR_GEN_REG		0x2710C
45 
46 /* bar registers for common func */
47 #define HCLGEVF_GRO_EN_REG			0x28000
48 
49 /* bar registers for rcb */
50 #define HCLGEVF_RING_RX_ADDR_L_REG		0x80000
51 #define HCLGEVF_RING_RX_ADDR_H_REG		0x80004
52 #define HCLGEVF_RING_RX_BD_NUM_REG		0x80008
53 #define HCLGEVF_RING_RX_BD_LENGTH_REG		0x8000C
54 #define HCLGEVF_RING_RX_MERGE_EN_REG		0x80014
55 #define HCLGEVF_RING_RX_TAIL_REG		0x80018
56 #define HCLGEVF_RING_RX_HEAD_REG		0x8001C
57 #define HCLGEVF_RING_RX_FBD_NUM_REG		0x80020
58 #define HCLGEVF_RING_RX_OFFSET_REG		0x80024
59 #define HCLGEVF_RING_RX_FBD_OFFSET_REG		0x80028
60 #define HCLGEVF_RING_RX_STASH_REG		0x80030
61 #define HCLGEVF_RING_RX_BD_ERR_REG		0x80034
62 #define HCLGEVF_RING_TX_ADDR_L_REG		0x80040
63 #define HCLGEVF_RING_TX_ADDR_H_REG		0x80044
64 #define HCLGEVF_RING_TX_BD_NUM_REG		0x80048
65 #define HCLGEVF_RING_TX_PRIORITY_REG		0x8004C
66 #define HCLGEVF_RING_TX_TC_REG			0x80050
67 #define HCLGEVF_RING_TX_MERGE_EN_REG		0x80054
68 #define HCLGEVF_RING_TX_TAIL_REG		0x80058
69 #define HCLGEVF_RING_TX_HEAD_REG		0x8005C
70 #define HCLGEVF_RING_TX_FBD_NUM_REG		0x80060
71 #define HCLGEVF_RING_TX_OFFSET_REG		0x80064
72 #define HCLGEVF_RING_TX_EBD_NUM_REG		0x80068
73 #define HCLGEVF_RING_TX_EBD_OFFSET_REG		0x80070
74 #define HCLGEVF_RING_TX_BD_ERR_REG		0x80074
75 #define HCLGEVF_RING_EN_REG			0x80090
76 
77 /* bar registers for tqp interrupt */
78 #define HCLGEVF_TQP_INTR_CTRL_REG		0x20000
79 #define HCLGEVF_TQP_INTR_GL0_REG		0x20100
80 #define HCLGEVF_TQP_INTR_GL1_REG		0x20200
81 #define HCLGEVF_TQP_INTR_GL2_REG		0x20300
82 #define HCLGEVF_TQP_INTR_RL_REG			0x20900
83 
84 /* Vector0 interrupt CMDQ event source register(RW) */
85 #define HCLGEVF_VECTOR0_CMDQ_SRC_REG	0x27100
86 /* CMDQ register bits for RX event(=MBX event) */
87 #define HCLGEVF_VECTOR0_RX_CMDQ_INT_B	1
88 /* RST register bits for RESET event */
89 #define HCLGEVF_VECTOR0_RST_INT_B	2
90 
91 #define HCLGEVF_TQP_RESET_TRY_TIMES	10
92 /* Reset related Registers */
93 #define HCLGEVF_RST_ING			0x20C00
94 #define HCLGEVF_FUN_RST_ING_BIT		BIT(0)
95 #define HCLGEVF_GLOBAL_RST_ING_BIT	BIT(5)
96 #define HCLGEVF_CORE_RST_ING_BIT	BIT(6)
97 #define HCLGEVF_IMP_RST_ING_BIT		BIT(7)
98 #define HCLGEVF_RST_ING_BITS \
99 	(HCLGEVF_FUN_RST_ING_BIT | HCLGEVF_GLOBAL_RST_ING_BIT | \
100 	 HCLGEVF_CORE_RST_ING_BIT | HCLGEVF_IMP_RST_ING_BIT)
101 
102 #define HCLGEVF_RSS_IND_TBL_SIZE		512
103 #define HCLGEVF_RSS_SET_BITMAP_MSK	0xffff
104 #define HCLGEVF_RSS_KEY_SIZE		40
105 #define HCLGEVF_RSS_HASH_ALGO_TOEPLITZ	0
106 #define HCLGEVF_RSS_HASH_ALGO_SIMPLE	1
107 #define HCLGEVF_RSS_HASH_ALGO_SYMMETRIC	2
108 #define HCLGEVF_RSS_HASH_ALGO_MASK	0xf
109 #define HCLGEVF_RSS_CFG_TBL_NUM \
110 	(HCLGEVF_RSS_IND_TBL_SIZE / HCLGEVF_RSS_CFG_TBL_SIZE)
111 #define HCLGEVF_RSS_INPUT_TUPLE_OTHER	GENMASK(3, 0)
112 #define HCLGEVF_RSS_INPUT_TUPLE_SCTP	GENMASK(4, 0)
113 #define HCLGEVF_D_PORT_BIT		BIT(0)
114 #define HCLGEVF_S_PORT_BIT		BIT(1)
115 #define HCLGEVF_D_IP_BIT		BIT(2)
116 #define HCLGEVF_S_IP_BIT		BIT(3)
117 #define HCLGEVF_V_TAG_BIT		BIT(4)
118 
119 #define HCLGEVF_STATS_TIMER_INTERVAL	(36)
120 
121 enum hclgevf_evt_cause {
122 	HCLGEVF_VECTOR0_EVENT_RST,
123 	HCLGEVF_VECTOR0_EVENT_MBX,
124 	HCLGEVF_VECTOR0_EVENT_OTHER,
125 };
126 
127 /* states of hclgevf device & tasks */
128 enum hclgevf_states {
129 	/* device states */
130 	HCLGEVF_STATE_DOWN,
131 	HCLGEVF_STATE_DISABLED,
132 	HCLGEVF_STATE_IRQ_INITED,
133 	/* task states */
134 	HCLGEVF_STATE_SERVICE_SCHED,
135 	HCLGEVF_STATE_RST_SERVICE_SCHED,
136 	HCLGEVF_STATE_RST_HANDLING,
137 	HCLGEVF_STATE_MBX_SERVICE_SCHED,
138 	HCLGEVF_STATE_MBX_HANDLING,
139 	HCLGEVF_STATE_CMD_DISABLE,
140 };
141 
142 #define HCLGEVF_MPF_ENBALE 1
143 
144 struct hclgevf_mac {
145 	u8 media_type;
146 	u8 mac_addr[ETH_ALEN];
147 	int link;
148 	u8 duplex;
149 	u32 speed;
150 	u64 supported;
151 	u64 advertising;
152 };
153 
154 struct hclgevf_hw {
155 	void __iomem *io_base;
156 	int num_vec;
157 	struct hclgevf_cmq cmq;
158 	struct hclgevf_mac mac;
159 	void *hdev; /* hchgevf device it is part of */
160 };
161 
162 /* TQP stats */
163 struct hlcgevf_tqp_stats {
164 	/* query_tqp_tx_queue_statistics ,opcode id:  0x0B03 */
165 	u64 rcb_tx_ring_pktnum_rcd; /* 32bit */
166 	/* query_tqp_rx_queue_statistics ,opcode id:  0x0B13 */
167 	u64 rcb_rx_ring_pktnum_rcd; /* 32bit */
168 };
169 
170 struct hclgevf_tqp {
171 	struct device *dev;	/* device for DMA mapping */
172 	struct hnae3_queue q;
173 	struct hlcgevf_tqp_stats tqp_stats;
174 	u16 index;		/* global index in a NIC controller */
175 
176 	bool alloced;
177 };
178 
179 struct hclgevf_cfg {
180 	u8 vmdq_vport_num;
181 	u8 tc_num;
182 	u16 tqp_desc_num;
183 	u16 rx_buf_len;
184 	u8 phy_addr;
185 	u8 media_type;
186 	u8 mac_addr[ETH_ALEN];
187 	u32 numa_node_map;
188 };
189 
190 struct hclgevf_rss_tuple_cfg {
191 	u8 ipv4_tcp_en;
192 	u8 ipv4_udp_en;
193 	u8 ipv4_sctp_en;
194 	u8 ipv4_fragment_en;
195 	u8 ipv6_tcp_en;
196 	u8 ipv6_udp_en;
197 	u8 ipv6_sctp_en;
198 	u8 ipv6_fragment_en;
199 };
200 
201 struct hclgevf_rss_cfg {
202 	u8  rss_hash_key[HCLGEVF_RSS_KEY_SIZE]; /* user configured hash keys */
203 	u32 hash_algo;
204 	u32 rss_size;
205 	u8 hw_tc_map;
206 	u8  rss_indirection_tbl[HCLGEVF_RSS_IND_TBL_SIZE]; /* shadow table */
207 	struct hclgevf_rss_tuple_cfg rss_tuple_sets;
208 };
209 
210 struct hclgevf_misc_vector {
211 	u8 __iomem *addr;
212 	int vector_irq;
213 };
214 
215 struct hclgevf_rst_stats {
216 	u32 rst_cnt;			/* the number of reset */
217 	u32 vf_func_rst_cnt;		/* the number of VF function reset */
218 	u32 flr_rst_cnt;		/* the number of FLR */
219 	u32 vf_rst_cnt;			/* the number of VF reset */
220 	u32 rst_done_cnt;		/* the number of reset completed */
221 	u32 hw_rst_done_cnt;		/* the number of HW reset completed */
222 };
223 
224 struct hclgevf_dev {
225 	struct pci_dev *pdev;
226 	struct hnae3_ae_dev *ae_dev;
227 	struct hclgevf_hw hw;
228 	struct hclgevf_misc_vector misc_vector;
229 	struct hclgevf_rss_cfg rss_cfg;
230 	unsigned long state;
231 	unsigned long flr_state;
232 	unsigned long default_reset_request;
233 	unsigned long last_reset_time;
234 	enum hnae3_reset_type reset_level;
235 	unsigned long reset_pending;
236 	enum hnae3_reset_type reset_type;
237 
238 #define HCLGEVF_RESET_REQUESTED		0
239 #define HCLGEVF_RESET_PENDING		1
240 	unsigned long reset_state;	/* requested, pending */
241 	struct hclgevf_rst_stats rst_stats;
242 	u32 reset_attempts;
243 
244 	u32 fw_version;
245 	u16 num_tqps;		/* num task queue pairs of this PF */
246 
247 	u16 alloc_rss_size;	/* allocated RSS task queue */
248 	u16 rss_size_max;	/* HW defined max RSS task queue */
249 
250 	u16 num_alloc_vport;	/* num vports this driver supports */
251 	u32 numa_node_mask;
252 	u16 rx_buf_len;
253 	u16 num_tx_desc;	/* desc num of per tx queue */
254 	u16 num_rx_desc;	/* desc num of per rx queue */
255 	u8 hw_tc_map;
256 
257 	u16 num_msi;
258 	u16 num_msi_left;
259 	u16 num_msi_used;
260 	u16 num_roce_msix;	/* Num of roce vectors for this VF */
261 	u16 roce_base_msix_offset;
262 	int roce_base_vector;
263 	u32 base_msi_vector;
264 	u16 *vector_status;
265 	int *vector_irq;
266 
267 	bool mbx_event_pending;
268 	struct hclgevf_mbx_resp_status mbx_resp; /* mailbox response */
269 	struct hclgevf_mbx_arq_ring arq; /* mailbox async rx queue */
270 
271 	struct timer_list service_timer;
272 	struct timer_list keep_alive_timer;
273 	struct work_struct service_task;
274 	struct work_struct keep_alive_task;
275 	struct work_struct rst_service_task;
276 	struct work_struct mbx_service_task;
277 
278 	struct hclgevf_tqp *htqp;
279 
280 	struct hnae3_handle nic;
281 	struct hnae3_handle roce;
282 
283 	struct hnae3_client *nic_client;
284 	struct hnae3_client *roce_client;
285 	u32 flag;
286 	u32 stats_timer;
287 };
288 
289 static inline bool hclgevf_is_reset_pending(struct hclgevf_dev *hdev)
290 {
291 	return !!hdev->reset_pending;
292 }
293 
294 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, u16 code, u16 subcode,
295 			 const u8 *msg_data, u8 msg_len, bool need_resp,
296 			 u8 *resp_data, u16 resp_len);
297 void hclgevf_mbx_handler(struct hclgevf_dev *hdev);
298 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev);
299 
300 void hclgevf_update_link_status(struct hclgevf_dev *hdev, int link_state);
301 void hclgevf_update_speed_duplex(struct hclgevf_dev *hdev, u32 speed,
302 				 u8 duplex);
303 void hclgevf_reset_task_schedule(struct hclgevf_dev *hdev);
304 void hclgevf_mbx_task_schedule(struct hclgevf_dev *hdev);
305 void hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hdev, u16 state,
306 					u8 *port_base_vlan_info, u8 data_size);
307 #endif
308