xref: /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h (revision d2912cb15bdda8ba4a5dd73396ad62641af2f520)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * aQuantia Corporation Network Driver
4  * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
5  */
6 
7 /* File hw_atl_llh.h: Declarations of bitfield and register access functions for
8  * Atlantic registers.
9  */
10 
11 #ifndef HW_ATL_LLH_H
12 #define HW_ATL_LLH_H
13 
14 #include <linux/types.h>
15 
16 struct aq_hw_s;
17 
18 /* global */
19 
20 /* set global microprocessor semaphore */
21 void hw_atl_reg_glb_cpu_sem_set(struct aq_hw_s *aq_hw,	u32 glb_cpu_sem,
22 				u32 semaphore);
23 
24 /* get global microprocessor semaphore */
25 u32 hw_atl_reg_glb_cpu_sem_get(struct aq_hw_s *aq_hw, u32 semaphore);
26 
27 /* set global register reset disable */
28 void hw_atl_glb_glb_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 glb_reg_res_dis);
29 
30 /* set soft reset */
31 void hw_atl_glb_soft_res_set(struct aq_hw_s *aq_hw, u32 soft_res);
32 
33 /* get soft reset */
34 u32 hw_atl_glb_soft_res_get(struct aq_hw_s *aq_hw);
35 
36 /* stats */
37 
38 u32 hw_atl_rpb_rx_dma_drop_pkt_cnt_get(struct aq_hw_s *aq_hw);
39 
40 /* get rx dma good octet counter */
41 u64 hw_atl_stats_rx_dma_good_octet_counter_get(struct aq_hw_s *aq_hw);
42 
43 /* get rx dma good packet counter */
44 u64 hw_atl_stats_rx_dma_good_pkt_counter_get(struct aq_hw_s *aq_hw);
45 
46 /* get tx dma good octet counter */
47 u64 hw_atl_stats_tx_dma_good_octet_counter_get(struct aq_hw_s *aq_hw);
48 
49 /* get tx dma good packet counter */
50 u64 hw_atl_stats_tx_dma_good_pkt_counter_get(struct aq_hw_s *aq_hw);
51 
52 /* get msm rx errors counter register */
53 u32 hw_atl_reg_mac_msm_rx_errs_cnt_get(struct aq_hw_s *aq_hw);
54 
55 /* get msm rx unicast frames counter register */
56 u32 hw_atl_reg_mac_msm_rx_ucst_frm_cnt_get(struct aq_hw_s *aq_hw);
57 
58 /* get msm rx multicast frames counter register */
59 u32 hw_atl_reg_mac_msm_rx_mcst_frm_cnt_get(struct aq_hw_s *aq_hw);
60 
61 /* get msm rx broadcast frames counter register */
62 u32 hw_atl_reg_mac_msm_rx_bcst_frm_cnt_get(struct aq_hw_s *aq_hw);
63 
64 /* get msm rx broadcast octets counter register 1 */
65 u32 hw_atl_reg_mac_msm_rx_bcst_octets_counter1get(struct aq_hw_s *aq_hw);
66 
67 /* get msm rx unicast octets counter register 0 */
68 u32 hw_atl_reg_mac_msm_rx_ucst_octets_counter0get(struct aq_hw_s *aq_hw);
69 
70 /* get msm tx errors counter register */
71 u32 hw_atl_reg_mac_msm_tx_errs_cnt_get(struct aq_hw_s *aq_hw);
72 
73 /* get msm tx unicast frames counter register */
74 u32 hw_atl_reg_mac_msm_tx_ucst_frm_cnt_get(struct aq_hw_s *aq_hw);
75 
76 /* get msm tx multicast frames counter register */
77 u32 hw_atl_reg_mac_msm_tx_mcst_frm_cnt_get(struct aq_hw_s *aq_hw);
78 
79 /* get msm tx broadcast frames counter register */
80 u32 hw_atl_reg_mac_msm_tx_bcst_frm_cnt_get(struct aq_hw_s *aq_hw);
81 
82 /* get msm tx multicast octets counter register 1 */
83 u32 hw_atl_reg_mac_msm_tx_mcst_octets_counter1get(struct aq_hw_s *aq_hw);
84 
85 /* get msm tx broadcast octets counter register 1 */
86 u32 hw_atl_reg_mac_msm_tx_bcst_octets_counter1get(struct aq_hw_s *aq_hw);
87 
88 /* get msm tx unicast octets counter register 0 */
89 u32 hw_atl_reg_mac_msm_tx_ucst_octets_counter0get(struct aq_hw_s *aq_hw);
90 
91 /* get global mif identification */
92 u32 hw_atl_reg_glb_mif_id_get(struct aq_hw_s *aq_hw);
93 
94 /* interrupt */
95 
96 /* set interrupt auto mask lsw */
97 void hw_atl_itr_irq_auto_masklsw_set(struct aq_hw_s *aq_hw,
98 				     u32 irq_auto_masklsw);
99 
100 /* set interrupt mapping enable rx */
101 void hw_atl_itr_irq_map_en_rx_set(struct aq_hw_s *aq_hw, u32 irq_map_en_rx,
102 				  u32 rx);
103 
104 /* set interrupt mapping enable tx */
105 void hw_atl_itr_irq_map_en_tx_set(struct aq_hw_s *aq_hw, u32 irq_map_en_tx,
106 				  u32 tx);
107 
108 /* set interrupt mapping rx */
109 void hw_atl_itr_irq_map_rx_set(struct aq_hw_s *aq_hw, u32 irq_map_rx, u32 rx);
110 
111 /* set interrupt mapping tx */
112 void hw_atl_itr_irq_map_tx_set(struct aq_hw_s *aq_hw, u32 irq_map_tx, u32 tx);
113 
114 /* set interrupt mask clear lsw */
115 void hw_atl_itr_irq_msk_clearlsw_set(struct aq_hw_s *aq_hw,
116 				     u32 irq_msk_clearlsw);
117 
118 /* set interrupt mask set lsw */
119 void hw_atl_itr_irq_msk_setlsw_set(struct aq_hw_s *aq_hw, u32 irq_msk_setlsw);
120 
121 /* set interrupt register reset disable */
122 void hw_atl_itr_irq_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 irq_reg_res_dis);
123 
124 /* set interrupt status clear lsw */
125 void hw_atl_itr_irq_status_clearlsw_set(struct aq_hw_s *aq_hw,
126 					u32 irq_status_clearlsw);
127 
128 /* get interrupt status lsw */
129 u32 hw_atl_itr_irq_statuslsw_get(struct aq_hw_s *aq_hw);
130 
131 /* get reset interrupt */
132 u32 hw_atl_itr_res_irq_get(struct aq_hw_s *aq_hw);
133 
134 /* set reset interrupt */
135 void hw_atl_itr_res_irq_set(struct aq_hw_s *aq_hw, u32 res_irq);
136 
137 /* set RSC interrupt */
138 void hw_atl_itr_rsc_en_set(struct aq_hw_s *aq_hw, u32 enable);
139 
140 /* set RSC delay */
141 void hw_atl_itr_rsc_delay_set(struct aq_hw_s *aq_hw, u32 delay);
142 
143 /* rdm */
144 
145 /* set cpu id */
146 void hw_atl_rdm_cpu_id_set(struct aq_hw_s *aq_hw, u32 cpuid, u32 dca);
147 
148 /* set rx dca enable */
149 void hw_atl_rdm_rx_dca_en_set(struct aq_hw_s *aq_hw, u32 rx_dca_en);
150 
151 /* set rx dca mode */
152 void hw_atl_rdm_rx_dca_mode_set(struct aq_hw_s *aq_hw, u32 rx_dca_mode);
153 
154 /* set rx descriptor data buffer size */
155 void hw_atl_rdm_rx_desc_data_buff_size_set(struct aq_hw_s *aq_hw,
156 					   u32 rx_desc_data_buff_size,
157 				    u32 descriptor);
158 
159 /* set rx descriptor dca enable */
160 void hw_atl_rdm_rx_desc_dca_en_set(struct aq_hw_s *aq_hw, u32 rx_desc_dca_en,
161 				   u32 dca);
162 
163 /* set rx descriptor enable */
164 void hw_atl_rdm_rx_desc_en_set(struct aq_hw_s *aq_hw, u32 rx_desc_en,
165 			       u32 descriptor);
166 
167 /* set rx descriptor header splitting */
168 void hw_atl_rdm_rx_desc_head_splitting_set(struct aq_hw_s *aq_hw,
169 					   u32 rx_desc_head_splitting,
170 				    u32 descriptor);
171 
172 /* get rx descriptor head pointer */
173 u32 hw_atl_rdm_rx_desc_head_ptr_get(struct aq_hw_s *aq_hw, u32 descriptor);
174 
175 /* set rx descriptor length */
176 void hw_atl_rdm_rx_desc_len_set(struct aq_hw_s *aq_hw, u32 rx_desc_len,
177 				u32 descriptor);
178 
179 /* set rx descriptor write-back interrupt enable */
180 void hw_atl_rdm_rx_desc_wr_wb_irq_en_set(struct aq_hw_s *aq_hw,
181 					 u32 rx_desc_wr_wb_irq_en);
182 
183 /* set rx header dca enable */
184 void hw_atl_rdm_rx_head_dca_en_set(struct aq_hw_s *aq_hw, u32 rx_head_dca_en,
185 				   u32 dca);
186 
187 /* set rx payload dca enable */
188 void hw_atl_rdm_rx_pld_dca_en_set(struct aq_hw_s *aq_hw, u32 rx_pld_dca_en,
189 				  u32 dca);
190 
191 /* set rx descriptor header buffer size */
192 void hw_atl_rdm_rx_desc_head_buff_size_set(struct aq_hw_s *aq_hw,
193 					   u32 rx_desc_head_buff_size,
194 					   u32 descriptor);
195 
196 /* set rx descriptor reset */
197 void hw_atl_rdm_rx_desc_res_set(struct aq_hw_s *aq_hw, u32 rx_desc_res,
198 				u32 descriptor);
199 
200 /* Set RDM Interrupt Moderation Enable */
201 void hw_atl_rdm_rdm_intr_moder_en_set(struct aq_hw_s *aq_hw,
202 				      u32 rdm_intr_moder_en);
203 
204 /* reg */
205 
206 /* set general interrupt mapping register */
207 void hw_atl_reg_gen_irq_map_set(struct aq_hw_s *aq_hw, u32 gen_intr_map,
208 				u32 regidx);
209 
210 /* get general interrupt status register */
211 u32 hw_atl_reg_gen_irq_status_get(struct aq_hw_s *aq_hw);
212 
213 /* set interrupt global control register */
214 void hw_atl_reg_irq_glb_ctl_set(struct aq_hw_s *aq_hw, u32 intr_glb_ctl);
215 
216 /* set interrupt throttle register */
217 void hw_atl_reg_irq_thr_set(struct aq_hw_s *aq_hw, u32 intr_thr, u32 throttle);
218 
219 /* set rx dma descriptor base address lsw */
220 void hw_atl_reg_rx_dma_desc_base_addresslswset(struct aq_hw_s *aq_hw,
221 					       u32 rx_dma_desc_base_addrlsw,
222 					u32 descriptor);
223 
224 /* set rx dma descriptor base address msw */
225 void hw_atl_reg_rx_dma_desc_base_addressmswset(struct aq_hw_s *aq_hw,
226 					       u32 rx_dma_desc_base_addrmsw,
227 					u32 descriptor);
228 
229 /* get rx dma descriptor status register */
230 u32 hw_atl_reg_rx_dma_desc_status_get(struct aq_hw_s *aq_hw, u32 descriptor);
231 
232 /* set rx dma descriptor tail pointer register */
233 void hw_atl_reg_rx_dma_desc_tail_ptr_set(struct aq_hw_s *aq_hw,
234 					 u32 rx_dma_desc_tail_ptr,
235 				  u32 descriptor);
236 
237 /* set rx filter multicast filter mask register */
238 void hw_atl_reg_rx_flr_mcst_flr_msk_set(struct aq_hw_s *aq_hw,
239 					u32 rx_flr_mcst_flr_msk);
240 
241 /* set rx filter multicast filter register */
242 void hw_atl_reg_rx_flr_mcst_flr_set(struct aq_hw_s *aq_hw, u32 rx_flr_mcst_flr,
243 				    u32 filter);
244 
245 /* set rx filter rss control register 1 */
246 void hw_atl_reg_rx_flr_rss_control1set(struct aq_hw_s *aq_hw,
247 				       u32 rx_flr_rss_control1);
248 
249 /* Set RX Filter Control Register 2 */
250 void hw_atl_reg_rx_flr_control2_set(struct aq_hw_s *aq_hw, u32 rx_flr_control2);
251 
252 /* Set RX Interrupt Moderation Control Register */
253 void hw_atl_reg_rx_intr_moder_ctrl_set(struct aq_hw_s *aq_hw,
254 				       u32 rx_intr_moderation_ctl,
255 				u32 queue);
256 
257 /* set tx dma debug control */
258 void hw_atl_reg_tx_dma_debug_ctl_set(struct aq_hw_s *aq_hw,
259 				     u32 tx_dma_debug_ctl);
260 
261 /* set tx dma descriptor base address lsw */
262 void hw_atl_reg_tx_dma_desc_base_addresslswset(struct aq_hw_s *aq_hw,
263 					       u32 tx_dma_desc_base_addrlsw,
264 					u32 descriptor);
265 
266 /* set tx dma descriptor base address msw */
267 void hw_atl_reg_tx_dma_desc_base_addressmswset(struct aq_hw_s *aq_hw,
268 					       u32 tx_dma_desc_base_addrmsw,
269 					u32 descriptor);
270 
271 /* set tx dma descriptor tail pointer register */
272 void hw_atl_reg_tx_dma_desc_tail_ptr_set(struct aq_hw_s *aq_hw,
273 					 u32 tx_dma_desc_tail_ptr,
274 					 u32 descriptor);
275 
276 /* Set TX Interrupt Moderation Control Register */
277 void hw_atl_reg_tx_intr_moder_ctrl_set(struct aq_hw_s *aq_hw,
278 				       u32 tx_intr_moderation_ctl,
279 				       u32 queue);
280 
281 /* set global microprocessor scratch pad */
282 void hw_atl_reg_glb_cpu_scratch_scp_set(struct aq_hw_s *aq_hw,
283 					u32 glb_cpu_scratch_scp,
284 					u32 scratch_scp);
285 
286 /* rpb */
287 
288 /* set dma system loopback */
289 void hw_atl_rpb_dma_sys_lbk_set(struct aq_hw_s *aq_hw, u32 dma_sys_lbk);
290 
291 /* set rx traffic class mode */
292 void hw_atl_rpb_rpf_rx_traf_class_mode_set(struct aq_hw_s *aq_hw,
293 					   u32 rx_traf_class_mode);
294 
295 /* set rx buffer enable */
296 void hw_atl_rpb_rx_buff_en_set(struct aq_hw_s *aq_hw, u32 rx_buff_en);
297 
298 /* set rx buffer high threshold (per tc) */
299 void hw_atl_rpb_rx_buff_hi_threshold_per_tc_set(struct aq_hw_s *aq_hw,
300 						u32 rx_buff_hi_threshold_per_tc,
301 						u32 buffer);
302 
303 /* set rx buffer low threshold (per tc) */
304 void hw_atl_rpb_rx_buff_lo_threshold_per_tc_set(struct aq_hw_s *aq_hw,
305 						u32 rx_buff_lo_threshold_per_tc,
306 					 u32 buffer);
307 
308 /* set rx flow control mode */
309 void hw_atl_rpb_rx_flow_ctl_mode_set(struct aq_hw_s *aq_hw, u32 rx_flow_ctl_mode);
310 
311 /* set rx packet buffer size (per tc) */
312 void hw_atl_rpb_rx_pkt_buff_size_per_tc_set(struct aq_hw_s *aq_hw,
313 					    u32 rx_pkt_buff_size_per_tc,
314 					    u32 buffer);
315 
316 /* set rdm rx dma descriptor cache init */
317 void hw_atl_rdm_rx_dma_desc_cache_init_set(struct aq_hw_s *aq_hw, u32 init);
318 
319 /* set rx xoff enable (per tc) */
320 void hw_atl_rpb_rx_xoff_en_per_tc_set(struct aq_hw_s *aq_hw, u32 rx_xoff_en_per_tc,
321 				      u32 buffer);
322 
323 /* rpf */
324 
325 /* set l2 broadcast count threshold */
326 void hw_atl_rpfl2broadcast_count_threshold_set(struct aq_hw_s *aq_hw,
327 					       u32 l2broadcast_count_threshold);
328 
329 /* set l2 broadcast enable */
330 void hw_atl_rpfl2broadcast_en_set(struct aq_hw_s *aq_hw, u32 l2broadcast_en);
331 
332 /* set l2 broadcast filter action */
333 void hw_atl_rpfl2broadcast_flr_act_set(struct aq_hw_s *aq_hw,
334 				       u32 l2broadcast_flr_act);
335 
336 /* set l2 multicast filter enable */
337 void hw_atl_rpfl2multicast_flr_en_set(struct aq_hw_s *aq_hw,
338 				      u32 l2multicast_flr_en,
339 				      u32 filter);
340 
341 /* set l2 promiscuous mode enable */
342 void hw_atl_rpfl2promiscuous_mode_en_set(struct aq_hw_s *aq_hw,
343 					 u32 l2promiscuous_mode_en);
344 
345 /* set l2 unicast filter action */
346 void hw_atl_rpfl2unicast_flr_act_set(struct aq_hw_s *aq_hw,
347 				     u32 l2unicast_flr_act,
348 				     u32 filter);
349 
350 /* set l2 unicast filter enable */
351 void hw_atl_rpfl2_uc_flr_en_set(struct aq_hw_s *aq_hw, u32 l2unicast_flr_en,
352 				u32 filter);
353 
354 /* set l2 unicast destination address lsw */
355 void hw_atl_rpfl2unicast_dest_addresslsw_set(struct aq_hw_s *aq_hw,
356 					     u32 l2unicast_dest_addresslsw,
357 				      u32 filter);
358 
359 /* set l2 unicast destination address msw */
360 void hw_atl_rpfl2unicast_dest_addressmsw_set(struct aq_hw_s *aq_hw,
361 					     u32 l2unicast_dest_addressmsw,
362 				      u32 filter);
363 
364 /* Set L2 Accept all Multicast packets */
365 void hw_atl_rpfl2_accept_all_mc_packets_set(struct aq_hw_s *aq_hw,
366 					    u32 l2_accept_all_mc_packets);
367 
368 /* set user-priority tc mapping */
369 void hw_atl_rpf_rpb_user_priority_tc_map_set(struct aq_hw_s *aq_hw,
370 					     u32 user_priority_tc_map, u32 tc);
371 
372 /* set rss key address */
373 void hw_atl_rpf_rss_key_addr_set(struct aq_hw_s *aq_hw, u32 rss_key_addr);
374 
375 /* set rss key write data */
376 void hw_atl_rpf_rss_key_wr_data_set(struct aq_hw_s *aq_hw, u32 rss_key_wr_data);
377 
378 /* get rss key write enable */
379 u32 hw_atl_rpf_rss_key_wr_en_get(struct aq_hw_s *aq_hw);
380 
381 /* set rss key write enable */
382 void hw_atl_rpf_rss_key_wr_en_set(struct aq_hw_s *aq_hw, u32 rss_key_wr_en);
383 
384 /* set rss redirection table address */
385 void hw_atl_rpf_rss_redir_tbl_addr_set(struct aq_hw_s *aq_hw,
386 				       u32 rss_redir_tbl_addr);
387 
388 /* set rss redirection table write data */
389 void hw_atl_rpf_rss_redir_tbl_wr_data_set(struct aq_hw_s *aq_hw,
390 					  u32 rss_redir_tbl_wr_data);
391 
392 /* get rss redirection write enable */
393 u32 hw_atl_rpf_rss_redir_wr_en_get(struct aq_hw_s *aq_hw);
394 
395 /* set rss redirection write enable */
396 void hw_atl_rpf_rss_redir_wr_en_set(struct aq_hw_s *aq_hw, u32 rss_redir_wr_en);
397 
398 /* set tpo to rpf system loopback */
399 void hw_atl_rpf_tpo_to_rpf_sys_lbk_set(struct aq_hw_s *aq_hw,
400 				       u32 tpo_to_rpf_sys_lbk);
401 
402 /* set vlan inner ethertype */
403 void hw_atl_rpf_vlan_inner_etht_set(struct aq_hw_s *aq_hw, u32 vlan_inner_etht);
404 
405 /* set vlan outer ethertype */
406 void hw_atl_rpf_vlan_outer_etht_set(struct aq_hw_s *aq_hw, u32 vlan_outer_etht);
407 
408 /* set vlan promiscuous mode enable */
409 void hw_atl_rpf_vlan_prom_mode_en_set(struct aq_hw_s *aq_hw,
410 				      u32 vlan_prom_mode_en);
411 
412 /* Set VLAN untagged action */
413 void hw_atl_rpf_vlan_untagged_act_set(struct aq_hw_s *aq_hw,
414 				      u32 vlan_untagged_act);
415 
416 /* Set VLAN accept untagged packets */
417 void hw_atl_rpf_vlan_accept_untagged_packets_set(struct aq_hw_s *aq_hw,
418 						 u32 vlan_acc_untagged_packets);
419 
420 /* Set VLAN filter enable */
421 void hw_atl_rpf_vlan_flr_en_set(struct aq_hw_s *aq_hw, u32 vlan_flr_en,
422 				u32 filter);
423 
424 /* Set VLAN Filter Action */
425 void hw_atl_rpf_vlan_flr_act_set(struct aq_hw_s *aq_hw, u32 vlan_filter_act,
426 				 u32 filter);
427 
428 /* Set VLAN ID Filter */
429 void hw_atl_rpf_vlan_id_flr_set(struct aq_hw_s *aq_hw, u32 vlan_id_flr,
430 				u32 filter);
431 
432 /* Set VLAN RX queue assignment enable */
433 void hw_atl_rpf_vlan_rxq_en_flr_set(struct aq_hw_s *aq_hw, u32 vlan_rxq_en,
434 				    u32 filter);
435 
436 /* Set VLAN RX queue */
437 void hw_atl_rpf_vlan_rxq_flr_set(struct aq_hw_s *aq_hw, u32 vlan_rxq,
438 				 u32 filter);
439 
440 /* set ethertype filter enable */
441 void hw_atl_rpf_etht_flr_en_set(struct aq_hw_s *aq_hw, u32 etht_flr_en,
442 				u32 filter);
443 
444 /* set  ethertype user-priority enable */
445 void hw_atl_rpf_etht_user_priority_en_set(struct aq_hw_s *aq_hw,
446 					  u32 etht_user_priority_en,
447 					  u32 filter);
448 
449 /* set  ethertype rx queue enable */
450 void hw_atl_rpf_etht_rx_queue_en_set(struct aq_hw_s *aq_hw,
451 				     u32 etht_rx_queue_en,
452 				     u32 filter);
453 
454 /* set ethertype rx queue */
455 void hw_atl_rpf_etht_rx_queue_set(struct aq_hw_s *aq_hw, u32 etht_rx_queue,
456 				  u32 filter);
457 
458 /* set ethertype user-priority */
459 void hw_atl_rpf_etht_user_priority_set(struct aq_hw_s *aq_hw,
460 				       u32 etht_user_priority,
461 				       u32 filter);
462 
463 /* set ethertype management queue */
464 void hw_atl_rpf_etht_mgt_queue_set(struct aq_hw_s *aq_hw, u32 etht_mgt_queue,
465 				   u32 filter);
466 
467 /* set ethertype filter action */
468 void hw_atl_rpf_etht_flr_act_set(struct aq_hw_s *aq_hw, u32 etht_flr_act,
469 				 u32 filter);
470 
471 /* set ethertype filter */
472 void hw_atl_rpf_etht_flr_set(struct aq_hw_s *aq_hw, u32 etht_flr, u32 filter);
473 
474 /* set L4 source port */
475 void hw_atl_rpf_l4_spd_set(struct aq_hw_s *aq_hw, u32 val, u32 filter);
476 
477 /* set L4 destination port */
478 void hw_atl_rpf_l4_dpd_set(struct aq_hw_s *aq_hw, u32 val, u32 filter);
479 
480 /* rpo */
481 
482 /* set ipv4 header checksum offload enable */
483 void hw_atl_rpo_ipv4header_crc_offload_en_set(struct aq_hw_s *aq_hw,
484 					      u32 ipv4header_crc_offload_en);
485 
486 /* set rx descriptor vlan stripping */
487 void hw_atl_rpo_rx_desc_vlan_stripping_set(struct aq_hw_s *aq_hw,
488 					   u32 rx_desc_vlan_stripping,
489 					   u32 descriptor);
490 
491 /* set tcp/udp checksum offload enable */
492 void hw_atl_rpo_tcp_udp_crc_offload_en_set(struct aq_hw_s *aq_hw,
493 					   u32 tcp_udp_crc_offload_en);
494 
495 /* Set LRO Patch Optimization Enable. */
496 void hw_atl_rpo_lro_patch_optimization_en_set(struct aq_hw_s *aq_hw,
497 					      u32 lro_patch_optimization_en);
498 
499 /* Set Large Receive Offload Enable */
500 void hw_atl_rpo_lro_en_set(struct aq_hw_s *aq_hw, u32 lro_en);
501 
502 /* Set LRO Q Sessions Limit */
503 void hw_atl_rpo_lro_qsessions_lim_set(struct aq_hw_s *aq_hw,
504 				      u32 lro_qsessions_lim);
505 
506 /* Set LRO Total Descriptor Limit */
507 void hw_atl_rpo_lro_total_desc_lim_set(struct aq_hw_s *aq_hw,
508 				       u32 lro_total_desc_lim);
509 
510 /* Set LRO Min Payload of First Packet */
511 void hw_atl_rpo_lro_min_pay_of_first_pkt_set(struct aq_hw_s *aq_hw,
512 					     u32 lro_min_pld_of_first_pkt);
513 
514 /* Set LRO Packet Limit */
515 void hw_atl_rpo_lro_pkt_lim_set(struct aq_hw_s *aq_hw, u32 lro_packet_lim);
516 
517 /* Set LRO Max Number of Descriptors */
518 void hw_atl_rpo_lro_max_num_of_descriptors_set(struct aq_hw_s *aq_hw,
519 					       u32 lro_max_desc_num, u32 lro);
520 
521 /* Set LRO Time Base Divider */
522 void hw_atl_rpo_lro_time_base_divider_set(struct aq_hw_s *aq_hw,
523 					  u32 lro_time_base_divider);
524 
525 /*Set LRO Inactive Interval */
526 void hw_atl_rpo_lro_inactive_interval_set(struct aq_hw_s *aq_hw,
527 					  u32 lro_inactive_interval);
528 
529 /*Set LRO Max Coalescing Interval */
530 void hw_atl_rpo_lro_max_coalescing_interval_set(struct aq_hw_s *aq_hw,
531 						u32 lro_max_coal_interval);
532 
533 /* rx */
534 
535 /* set rx register reset disable */
536 void hw_atl_rx_rx_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 rx_reg_res_dis);
537 
538 /* tdm */
539 
540 /* set cpu id */
541 void hw_atl_tdm_cpu_id_set(struct aq_hw_s *aq_hw, u32 cpuid, u32 dca);
542 
543 /* set large send offload enable */
544 void hw_atl_tdm_large_send_offload_en_set(struct aq_hw_s *aq_hw,
545 					  u32 large_send_offload_en);
546 
547 /* set tx descriptor enable */
548 void hw_atl_tdm_tx_desc_en_set(struct aq_hw_s *aq_hw, u32 tx_desc_en,
549 			       u32 descriptor);
550 
551 /* set tx dca enable */
552 void hw_atl_tdm_tx_dca_en_set(struct aq_hw_s *aq_hw, u32 tx_dca_en);
553 
554 /* set tx dca mode */
555 void hw_atl_tdm_tx_dca_mode_set(struct aq_hw_s *aq_hw, u32 tx_dca_mode);
556 
557 /* set tx descriptor dca enable */
558 void hw_atl_tdm_tx_desc_dca_en_set(struct aq_hw_s *aq_hw, u32 tx_desc_dca_en,
559 				   u32 dca);
560 
561 /* get tx descriptor head pointer */
562 u32 hw_atl_tdm_tx_desc_head_ptr_get(struct aq_hw_s *aq_hw, u32 descriptor);
563 
564 /* set tx descriptor length */
565 void hw_atl_tdm_tx_desc_len_set(struct aq_hw_s *aq_hw, u32 tx_desc_len,
566 				u32 descriptor);
567 
568 /* set tx descriptor write-back interrupt enable */
569 void hw_atl_tdm_tx_desc_wr_wb_irq_en_set(struct aq_hw_s *aq_hw,
570 					 u32 tx_desc_wr_wb_irq_en);
571 
572 /* set tx descriptor write-back threshold */
573 void hw_atl_tdm_tx_desc_wr_wb_threshold_set(struct aq_hw_s *aq_hw,
574 					    u32 tx_desc_wr_wb_threshold,
575 				     u32 descriptor);
576 
577 /* Set TDM Interrupt Moderation Enable */
578 void hw_atl_tdm_tdm_intr_moder_en_set(struct aq_hw_s *aq_hw,
579 				      u32 tdm_irq_moderation_en);
580 /* thm */
581 
582 /* set lso tcp flag of first packet */
583 void hw_atl_thm_lso_tcp_flag_of_first_pkt_set(struct aq_hw_s *aq_hw,
584 					      u32 lso_tcp_flag_of_first_pkt);
585 
586 /* set lso tcp flag of last packet */
587 void hw_atl_thm_lso_tcp_flag_of_last_pkt_set(struct aq_hw_s *aq_hw,
588 					     u32 lso_tcp_flag_of_last_pkt);
589 
590 /* set lso tcp flag of middle packet */
591 void hw_atl_thm_lso_tcp_flag_of_middle_pkt_set(struct aq_hw_s *aq_hw,
592 					       u32 lso_tcp_flag_of_middle_pkt);
593 
594 /* tpb */
595 
596 /* set TX Traffic Class Mode */
597 void hw_atl_rpb_tps_tx_tc_mode_set(struct aq_hw_s *aq_hw,
598 				   u32 tx_traf_class_mode);
599 
600 /* set tx buffer enable */
601 void hw_atl_tpb_tx_buff_en_set(struct aq_hw_s *aq_hw, u32 tx_buff_en);
602 
603 /* set tx buffer high threshold (per tc) */
604 void hw_atl_tpb_tx_buff_hi_threshold_per_tc_set(struct aq_hw_s *aq_hw,
605 						u32 tx_buff_hi_threshold_per_tc,
606 					 u32 buffer);
607 
608 /* set tx buffer low threshold (per tc) */
609 void hw_atl_tpb_tx_buff_lo_threshold_per_tc_set(struct aq_hw_s *aq_hw,
610 						u32 tx_buff_lo_threshold_per_tc,
611 					 u32 buffer);
612 
613 /* set tx dma system loopback enable */
614 void hw_atl_tpb_tx_dma_sys_lbk_en_set(struct aq_hw_s *aq_hw, u32 tx_dma_sys_lbk_en);
615 
616 /* set tx packet buffer size (per tc) */
617 void hw_atl_tpb_tx_pkt_buff_size_per_tc_set(struct aq_hw_s *aq_hw,
618 					    u32 tx_pkt_buff_size_per_tc, u32 buffer);
619 
620 /* set tx path pad insert enable */
621 void hw_atl_tpb_tx_path_scp_ins_en_set(struct aq_hw_s *aq_hw, u32 tx_path_scp_ins_en);
622 
623 /* tpo */
624 
625 /* set ipv4 header checksum offload enable */
626 void hw_atl_tpo_ipv4header_crc_offload_en_set(struct aq_hw_s *aq_hw,
627 					      u32 ipv4header_crc_offload_en);
628 
629 /* set tcp/udp checksum offload enable */
630 void hw_atl_tpo_tcp_udp_crc_offload_en_set(struct aq_hw_s *aq_hw,
631 					   u32 tcp_udp_crc_offload_en);
632 
633 /* set tx pkt system loopback enable */
634 void hw_atl_tpo_tx_pkt_sys_lbk_en_set(struct aq_hw_s *aq_hw,
635 				      u32 tx_pkt_sys_lbk_en);
636 
637 /* tps */
638 
639 /* set tx packet scheduler data arbitration mode */
640 void hw_atl_tps_tx_pkt_shed_data_arb_mode_set(struct aq_hw_s *aq_hw,
641 					      u32 tx_pkt_shed_data_arb_mode);
642 
643 /* set tx packet scheduler descriptor rate current time reset */
644 void hw_atl_tps_tx_pkt_shed_desc_rate_curr_time_res_set(struct aq_hw_s *aq_hw,
645 							u32 curr_time_res);
646 
647 /* set tx packet scheduler descriptor rate limit */
648 void hw_atl_tps_tx_pkt_shed_desc_rate_lim_set(struct aq_hw_s *aq_hw,
649 					      u32 tx_pkt_shed_desc_rate_lim);
650 
651 /* set tx packet scheduler descriptor tc arbitration mode */
652 void hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set(struct aq_hw_s *aq_hw,
653 						 u32 arb_mode);
654 
655 /* set tx packet scheduler descriptor tc max credit */
656 void hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set(struct aq_hw_s *aq_hw,
657 						   u32 max_credit,
658 					    u32 tc);
659 
660 /* set tx packet scheduler descriptor tc weight */
661 void hw_atl_tps_tx_pkt_shed_desc_tc_weight_set(struct aq_hw_s *aq_hw,
662 					       u32 tx_pkt_shed_desc_tc_weight,
663 					u32 tc);
664 
665 /* set tx packet scheduler descriptor vm arbitration mode */
666 void hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(struct aq_hw_s *aq_hw,
667 						 u32 arb_mode);
668 
669 /* set tx packet scheduler tc data max credit */
670 void hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set(struct aq_hw_s *aq_hw,
671 						   u32 max_credit,
672 					    u32 tc);
673 
674 /* set tx packet scheduler tc data weight */
675 void hw_atl_tps_tx_pkt_shed_tc_data_weight_set(struct aq_hw_s *aq_hw,
676 					       u32 tx_pkt_shed_tc_data_weight,
677 					u32 tc);
678 
679 /* tx */
680 
681 /* set tx register reset disable */
682 void hw_atl_tx_tx_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 tx_reg_res_dis);
683 
684 /* msm */
685 
686 /* get register access status */
687 u32 hw_atl_msm_reg_access_status_get(struct aq_hw_s *aq_hw);
688 
689 /* set  register address for indirect address */
690 void hw_atl_msm_reg_addr_for_indirect_addr_set(struct aq_hw_s *aq_hw,
691 					       u32 reg_addr_for_indirect_addr);
692 
693 /* set register read strobe */
694 void hw_atl_msm_reg_rd_strobe_set(struct aq_hw_s *aq_hw, u32 reg_rd_strobe);
695 
696 /* get  register read data */
697 u32 hw_atl_msm_reg_rd_data_get(struct aq_hw_s *aq_hw);
698 
699 /* set  register write data */
700 void hw_atl_msm_reg_wr_data_set(struct aq_hw_s *aq_hw, u32 reg_wr_data);
701 
702 /* set register write strobe */
703 void hw_atl_msm_reg_wr_strobe_set(struct aq_hw_s *aq_hw, u32 reg_wr_strobe);
704 
705 /* pci */
706 
707 /* set pci register reset disable */
708 void hw_atl_pci_pci_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 pci_reg_res_dis);
709 
710 /* set uP Force Interrupt */
711 void hw_atl_mcp_up_force_intr_set(struct aq_hw_s *aq_hw, u32 up_force_intr);
712 
713 /* clear ipv4 filter destination address */
714 void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
715 
716 /* clear ipv4 filter source address */
717 void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
718 
719 /* clear command for filter l3-l4 */
720 void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location);
721 
722 /* clear ipv6 filter destination address */
723 void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
724 
725 /* clear ipv6 filter source address */
726 void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
727 
728 /* set ipv4 filter destination address */
729 void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
730 				       u32 ipv4_dest);
731 
732 /* set ipv4 filter source address */
733 void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
734 				      u32 ipv4_src);
735 
736 /* set command for filter l3-l4 */
737 void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd);
738 
739 /* set ipv6 filter source address */
740 void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
741 				      u32 *ipv6_src);
742 
743 /* set ipv6 filter destination address */
744 void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
745 				       u32 *ipv6_dest);
746 
747 /* get global microprocessor ram semaphore */
748 u32 hw_atl_sem_ram_get(struct aq_hw_s *self);
749 
750 /* get global microprocessor scratch pad register */
751 u32 hw_atl_scrpad_get(struct aq_hw_s *aq_hw, u32 scratch_scp);
752 
753 /* get global microprocessor scratch pad 12 register */
754 u32 hw_atl_scrpad12_get(struct aq_hw_s *self);
755 
756 /* get global microprocessor scratch pad 25 register */
757 u32 hw_atl_scrpad25_get(struct aq_hw_s *self);
758 
759 #endif /* HW_ATL_LLH_H */
760