Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
[sfrench/cifs-2.6.git] / drivers / net / ethernet / aquantia / atlantic / hw_atl / hw_atl_llh.h
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 void hw_atl_rpo_outer_vlan_tag_mode_set(void *context,
492                                         u32 outervlantagmode);
493
494 u32 hw_atl_rpo_outer_vlan_tag_mode_get(void *context);
495
496 /* set tcp/udp checksum offload enable */
497 void hw_atl_rpo_tcp_udp_crc_offload_en_set(struct aq_hw_s *aq_hw,
498                                            u32 tcp_udp_crc_offload_en);
499
500 /* Set LRO Patch Optimization Enable. */
501 void hw_atl_rpo_lro_patch_optimization_en_set(struct aq_hw_s *aq_hw,
502                                               u32 lro_patch_optimization_en);
503
504 /* Set Large Receive Offload Enable */
505 void hw_atl_rpo_lro_en_set(struct aq_hw_s *aq_hw, u32 lro_en);
506
507 /* Set LRO Q Sessions Limit */
508 void hw_atl_rpo_lro_qsessions_lim_set(struct aq_hw_s *aq_hw,
509                                       u32 lro_qsessions_lim);
510
511 /* Set LRO Total Descriptor Limit */
512 void hw_atl_rpo_lro_total_desc_lim_set(struct aq_hw_s *aq_hw,
513                                        u32 lro_total_desc_lim);
514
515 /* Set LRO Min Payload of First Packet */
516 void hw_atl_rpo_lro_min_pay_of_first_pkt_set(struct aq_hw_s *aq_hw,
517                                              u32 lro_min_pld_of_first_pkt);
518
519 /* Set LRO Packet Limit */
520 void hw_atl_rpo_lro_pkt_lim_set(struct aq_hw_s *aq_hw, u32 lro_packet_lim);
521
522 /* Set LRO Max Number of Descriptors */
523 void hw_atl_rpo_lro_max_num_of_descriptors_set(struct aq_hw_s *aq_hw,
524                                                u32 lro_max_desc_num, u32 lro);
525
526 /* Set LRO Time Base Divider */
527 void hw_atl_rpo_lro_time_base_divider_set(struct aq_hw_s *aq_hw,
528                                           u32 lro_time_base_divider);
529
530 /*Set LRO Inactive Interval */
531 void hw_atl_rpo_lro_inactive_interval_set(struct aq_hw_s *aq_hw,
532                                           u32 lro_inactive_interval);
533
534 /*Set LRO Max Coalescing Interval */
535 void hw_atl_rpo_lro_max_coalescing_interval_set(struct aq_hw_s *aq_hw,
536                                                 u32 lro_max_coal_interval);
537
538 /* rx */
539
540 /* set rx register reset disable */
541 void hw_atl_rx_rx_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 rx_reg_res_dis);
542
543 /* tdm */
544
545 /* set cpu id */
546 void hw_atl_tdm_cpu_id_set(struct aq_hw_s *aq_hw, u32 cpuid, u32 dca);
547
548 /* set large send offload enable */
549 void hw_atl_tdm_large_send_offload_en_set(struct aq_hw_s *aq_hw,
550                                           u32 large_send_offload_en);
551
552 /* set tx descriptor enable */
553 void hw_atl_tdm_tx_desc_en_set(struct aq_hw_s *aq_hw, u32 tx_desc_en,
554                                u32 descriptor);
555
556 /* set tx dca enable */
557 void hw_atl_tdm_tx_dca_en_set(struct aq_hw_s *aq_hw, u32 tx_dca_en);
558
559 /* set tx dca mode */
560 void hw_atl_tdm_tx_dca_mode_set(struct aq_hw_s *aq_hw, u32 tx_dca_mode);
561
562 /* set tx descriptor dca enable */
563 void hw_atl_tdm_tx_desc_dca_en_set(struct aq_hw_s *aq_hw, u32 tx_desc_dca_en,
564                                    u32 dca);
565
566 /* get tx descriptor head pointer */
567 u32 hw_atl_tdm_tx_desc_head_ptr_get(struct aq_hw_s *aq_hw, u32 descriptor);
568
569 /* set tx descriptor length */
570 void hw_atl_tdm_tx_desc_len_set(struct aq_hw_s *aq_hw, u32 tx_desc_len,
571                                 u32 descriptor);
572
573 /* set tx descriptor write-back interrupt enable */
574 void hw_atl_tdm_tx_desc_wr_wb_irq_en_set(struct aq_hw_s *aq_hw,
575                                          u32 tx_desc_wr_wb_irq_en);
576
577 /* set tx descriptor write-back threshold */
578 void hw_atl_tdm_tx_desc_wr_wb_threshold_set(struct aq_hw_s *aq_hw,
579                                             u32 tx_desc_wr_wb_threshold,
580                                      u32 descriptor);
581
582 /* Set TDM Interrupt Moderation Enable */
583 void hw_atl_tdm_tdm_intr_moder_en_set(struct aq_hw_s *aq_hw,
584                                       u32 tdm_irq_moderation_en);
585 /* thm */
586
587 /* set lso tcp flag of first packet */
588 void hw_atl_thm_lso_tcp_flag_of_first_pkt_set(struct aq_hw_s *aq_hw,
589                                               u32 lso_tcp_flag_of_first_pkt);
590
591 /* set lso tcp flag of last packet */
592 void hw_atl_thm_lso_tcp_flag_of_last_pkt_set(struct aq_hw_s *aq_hw,
593                                              u32 lso_tcp_flag_of_last_pkt);
594
595 /* set lso tcp flag of middle packet */
596 void hw_atl_thm_lso_tcp_flag_of_middle_pkt_set(struct aq_hw_s *aq_hw,
597                                                u32 lso_tcp_flag_of_middle_pkt);
598
599 /* tpb */
600
601 /* set TX Traffic Class Mode */
602 void hw_atl_rpb_tps_tx_tc_mode_set(struct aq_hw_s *aq_hw,
603                                    u32 tx_traf_class_mode);
604
605 /* set tx buffer enable */
606 void hw_atl_tpb_tx_buff_en_set(struct aq_hw_s *aq_hw, u32 tx_buff_en);
607
608 /* set tx buffer high threshold (per tc) */
609 void hw_atl_tpb_tx_buff_hi_threshold_per_tc_set(struct aq_hw_s *aq_hw,
610                                                 u32 tx_buff_hi_threshold_per_tc,
611                                          u32 buffer);
612
613 /* set tx buffer low threshold (per tc) */
614 void hw_atl_tpb_tx_buff_lo_threshold_per_tc_set(struct aq_hw_s *aq_hw,
615                                                 u32 tx_buff_lo_threshold_per_tc,
616                                          u32 buffer);
617
618 /* set tx dma system loopback enable */
619 void hw_atl_tpb_tx_dma_sys_lbk_en_set(struct aq_hw_s *aq_hw, u32 tx_dma_sys_lbk_en);
620
621 /* set tx packet buffer size (per tc) */
622 void hw_atl_tpb_tx_pkt_buff_size_per_tc_set(struct aq_hw_s *aq_hw,
623                                             u32 tx_pkt_buff_size_per_tc, u32 buffer);
624
625 /* set tx path pad insert enable */
626 void hw_atl_tpb_tx_path_scp_ins_en_set(struct aq_hw_s *aq_hw, u32 tx_path_scp_ins_en);
627
628 /* tpo */
629
630 /* set ipv4 header checksum offload enable */
631 void hw_atl_tpo_ipv4header_crc_offload_en_set(struct aq_hw_s *aq_hw,
632                                               u32 ipv4header_crc_offload_en);
633
634 /* set tcp/udp checksum offload enable */
635 void hw_atl_tpo_tcp_udp_crc_offload_en_set(struct aq_hw_s *aq_hw,
636                                            u32 tcp_udp_crc_offload_en);
637
638 /* set tx pkt system loopback enable */
639 void hw_atl_tpo_tx_pkt_sys_lbk_en_set(struct aq_hw_s *aq_hw,
640                                       u32 tx_pkt_sys_lbk_en);
641
642 /* tps */
643
644 /* set tx packet scheduler data arbitration mode */
645 void hw_atl_tps_tx_pkt_shed_data_arb_mode_set(struct aq_hw_s *aq_hw,
646                                               u32 tx_pkt_shed_data_arb_mode);
647
648 /* set tx packet scheduler descriptor rate current time reset */
649 void hw_atl_tps_tx_pkt_shed_desc_rate_curr_time_res_set(struct aq_hw_s *aq_hw,
650                                                         u32 curr_time_res);
651
652 /* set tx packet scheduler descriptor rate limit */
653 void hw_atl_tps_tx_pkt_shed_desc_rate_lim_set(struct aq_hw_s *aq_hw,
654                                               u32 tx_pkt_shed_desc_rate_lim);
655
656 /* set tx packet scheduler descriptor tc arbitration mode */
657 void hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set(struct aq_hw_s *aq_hw,
658                                                  u32 arb_mode);
659
660 /* set tx packet scheduler descriptor tc max credit */
661 void hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set(struct aq_hw_s *aq_hw,
662                                                    u32 max_credit,
663                                             u32 tc);
664
665 /* set tx packet scheduler descriptor tc weight */
666 void hw_atl_tps_tx_pkt_shed_desc_tc_weight_set(struct aq_hw_s *aq_hw,
667                                                u32 tx_pkt_shed_desc_tc_weight,
668                                         u32 tc);
669
670 /* set tx packet scheduler descriptor vm arbitration mode */
671 void hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(struct aq_hw_s *aq_hw,
672                                                  u32 arb_mode);
673
674 /* set tx packet scheduler tc data max credit */
675 void hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set(struct aq_hw_s *aq_hw,
676                                                    u32 max_credit,
677                                             u32 tc);
678
679 /* set tx packet scheduler tc data weight */
680 void hw_atl_tps_tx_pkt_shed_tc_data_weight_set(struct aq_hw_s *aq_hw,
681                                                u32 tx_pkt_shed_tc_data_weight,
682                                         u32 tc);
683
684 /* tx */
685
686 /* set tx register reset disable */
687 void hw_atl_tx_tx_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 tx_reg_res_dis);
688
689 /* msm */
690
691 /* get register access status */
692 u32 hw_atl_msm_reg_access_status_get(struct aq_hw_s *aq_hw);
693
694 /* set  register address for indirect address */
695 void hw_atl_msm_reg_addr_for_indirect_addr_set(struct aq_hw_s *aq_hw,
696                                                u32 reg_addr_for_indirect_addr);
697
698 /* set register read strobe */
699 void hw_atl_msm_reg_rd_strobe_set(struct aq_hw_s *aq_hw, u32 reg_rd_strobe);
700
701 /* get  register read data */
702 u32 hw_atl_msm_reg_rd_data_get(struct aq_hw_s *aq_hw);
703
704 /* set  register write data */
705 void hw_atl_msm_reg_wr_data_set(struct aq_hw_s *aq_hw, u32 reg_wr_data);
706
707 /* set register write strobe */
708 void hw_atl_msm_reg_wr_strobe_set(struct aq_hw_s *aq_hw, u32 reg_wr_strobe);
709
710 /* pci */
711
712 /* set pci register reset disable */
713 void hw_atl_pci_pci_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 pci_reg_res_dis);
714
715 /* set uP Force Interrupt */
716 void hw_atl_mcp_up_force_intr_set(struct aq_hw_s *aq_hw, u32 up_force_intr);
717
718 /* clear ipv4 filter destination address */
719 void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
720
721 /* clear ipv4 filter source address */
722 void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
723
724 /* clear command for filter l3-l4 */
725 void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location);
726
727 /* clear ipv6 filter destination address */
728 void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location);
729
730 /* clear ipv6 filter source address */
731 void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location);
732
733 /* set ipv4 filter destination address */
734 void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
735                                        u32 ipv4_dest);
736
737 /* set ipv4 filter source address */
738 void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
739                                       u32 ipv4_src);
740
741 /* set command for filter l3-l4 */
742 void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd);
743
744 /* set ipv6 filter source address */
745 void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location,
746                                       u32 *ipv6_src);
747
748 /* set ipv6 filter destination address */
749 void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location,
750                                        u32 *ipv6_dest);
751
752 /* get global microprocessor ram semaphore */
753 u32 hw_atl_sem_ram_get(struct aq_hw_s *self);
754
755 /* get global microprocessor scratch pad register */
756 u32 hw_atl_scrpad_get(struct aq_hw_s *aq_hw, u32 scratch_scp);
757
758 /* get global microprocessor scratch pad 12 register */
759 u32 hw_atl_scrpad12_get(struct aq_hw_s *self);
760
761 /* get global microprocessor scratch pad 25 register */
762 u32 hw_atl_scrpad25_get(struct aq_hw_s *self);
763
764 #endif /* HW_ATL_LLH_H */