2ec24188d6e221ca08a239021e99bb0c1c5865a9
[sfrench/cifs-2.6.git] / drivers / net / ethernet / intel / i40e / i40e_prototype.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*******************************************************************************
3  *
4  * Intel Ethernet Controller XL710 Family Linux Driver
5  * Copyright(c) 2013 - 2016 Intel Corporation.
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms and conditions of the GNU General Public License,
9  * version 2, as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14  * more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program.  If not, see <http://www.gnu.org/licenses/>.
18  *
19  * The full GNU General Public License is included in this distribution in
20  * the file called "COPYING".
21  *
22  * Contact Information:
23  * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
24  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
25  *
26  ******************************************************************************/
27
28 #ifndef _I40E_PROTOTYPE_H_
29 #define _I40E_PROTOTYPE_H_
30
31 #include "i40e_type.h"
32 #include "i40e_alloc.h"
33 #include <linux/avf/virtchnl.h>
34
35 /* Prototypes for shared code functions that are not in
36  * the standard function pointer structures.  These are
37  * mostly because they are needed even before the init
38  * has happened and will assist in the early SW and FW
39  * setup.
40  */
41
42 /* adminq functions */
43 i40e_status i40e_init_adminq(struct i40e_hw *hw);
44 i40e_status i40e_shutdown_adminq(struct i40e_hw *hw);
45 void i40e_adminq_init_ring_data(struct i40e_hw *hw);
46 i40e_status i40e_clean_arq_element(struct i40e_hw *hw,
47                                              struct i40e_arq_event_info *e,
48                                              u16 *events_pending);
49 i40e_status i40e_asq_send_command(struct i40e_hw *hw,
50                                 struct i40e_aq_desc *desc,
51                                 void *buff, /* can be NULL */
52                                 u16  buff_size,
53                                 struct i40e_asq_cmd_details *cmd_details);
54
55 /* debug function for adminq */
56 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask,
57                    void *desc, void *buffer, u16 buf_len);
58
59 void i40e_idle_aq(struct i40e_hw *hw);
60 bool i40e_check_asq_alive(struct i40e_hw *hw);
61 i40e_status i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
62 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
63 const char *i40e_stat_str(struct i40e_hw *hw, i40e_status stat_err);
64
65 i40e_status i40e_aq_get_rss_lut(struct i40e_hw *hw, u16 seid,
66                                 bool pf_lut, u8 *lut, u16 lut_size);
67 i40e_status i40e_aq_set_rss_lut(struct i40e_hw *hw, u16 seid,
68                                 bool pf_lut, u8 *lut, u16 lut_size);
69 i40e_status i40e_aq_get_rss_key(struct i40e_hw *hw,
70                                 u16 seid,
71                                 struct i40e_aqc_get_set_rss_key_data *key);
72 i40e_status i40e_aq_set_rss_key(struct i40e_hw *hw,
73                                 u16 seid,
74                                 struct i40e_aqc_get_set_rss_key_data *key);
75
76 u32 i40e_led_get(struct i40e_hw *hw);
77 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
78 i40e_status i40e_led_set_phy(struct i40e_hw *hw, bool on,
79                              u16 led_addr, u32 mode);
80 i40e_status i40e_led_get_phy(struct i40e_hw *hw, u16 *led_addr,
81                              u16 *val);
82 i40e_status i40e_blink_phy_link_led(struct i40e_hw *hw,
83                                     u32 time, u32 interval);
84
85 /* admin send queue commands */
86
87 i40e_status i40e_aq_get_firmware_version(struct i40e_hw *hw,
88                                 u16 *fw_major_version, u16 *fw_minor_version,
89                                 u32 *fw_build,
90                                 u16 *api_major_version, u16 *api_minor_version,
91                                 struct i40e_asq_cmd_details *cmd_details);
92 i40e_status i40e_aq_debug_write_register(struct i40e_hw *hw,
93                                         u32 reg_addr, u64 reg_val,
94                                         struct i40e_asq_cmd_details *cmd_details);
95 i40e_status i40e_aq_debug_read_register(struct i40e_hw *hw,
96                                 u32  reg_addr, u64 *reg_val,
97                                 struct i40e_asq_cmd_details *cmd_details);
98 i40e_status i40e_aq_set_phy_debug(struct i40e_hw *hw, u8 cmd_flags,
99                                 struct i40e_asq_cmd_details *cmd_details);
100 i40e_status i40e_aq_set_default_vsi(struct i40e_hw *hw, u16 vsi_id,
101                                 struct i40e_asq_cmd_details *cmd_details);
102 i40e_status i40e_aq_clear_default_vsi(struct i40e_hw *hw, u16 vsi_id,
103                                       struct i40e_asq_cmd_details *cmd_details);
104 enum i40e_status_code i40e_aq_get_phy_capabilities(struct i40e_hw *hw,
105                         bool qualified_modules, bool report_init,
106                         struct i40e_aq_get_phy_abilities_resp *abilities,
107                         struct i40e_asq_cmd_details *cmd_details);
108 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
109                                 struct i40e_aq_set_phy_config *config,
110                                 struct i40e_asq_cmd_details *cmd_details);
111 enum i40e_status_code i40e_set_fc(struct i40e_hw *hw, u8 *aq_failures,
112                                   bool atomic_reset);
113 i40e_status i40e_aq_set_phy_int_mask(struct i40e_hw *hw, u16 mask,
114                                      struct i40e_asq_cmd_details *cmd_details);
115 i40e_status i40e_aq_clear_pxe_mode(struct i40e_hw *hw,
116                                 struct i40e_asq_cmd_details *cmd_details);
117 i40e_status i40e_aq_set_link_restart_an(struct i40e_hw *hw,
118                                         bool enable_link,
119                                         struct i40e_asq_cmd_details *cmd_details);
120 i40e_status i40e_aq_get_link_info(struct i40e_hw *hw,
121                                 bool enable_lse, struct i40e_link_status *link,
122                                 struct i40e_asq_cmd_details *cmd_details);
123 i40e_status i40e_aq_set_local_advt_reg(struct i40e_hw *hw,
124                                 u64 advt_reg,
125                                 struct i40e_asq_cmd_details *cmd_details);
126 i40e_status i40e_aq_send_driver_version(struct i40e_hw *hw,
127                                 struct i40e_driver_version *dv,
128                                 struct i40e_asq_cmd_details *cmd_details);
129 i40e_status i40e_aq_add_vsi(struct i40e_hw *hw,
130                                 struct i40e_vsi_context *vsi_ctx,
131                                 struct i40e_asq_cmd_details *cmd_details);
132 i40e_status i40e_aq_set_vsi_broadcast(struct i40e_hw *hw,
133                                 u16 vsi_id, bool set_filter,
134                                 struct i40e_asq_cmd_details *cmd_details);
135 i40e_status i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw,
136                 u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details,
137                 bool rx_only_promisc);
138 i40e_status i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw,
139                 u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
140 enum i40e_status_code i40e_aq_set_vsi_mc_promisc_on_vlan(struct i40e_hw *hw,
141                                                          u16 seid, bool enable,
142                                                          u16 vid,
143                                 struct i40e_asq_cmd_details *cmd_details);
144 enum i40e_status_code i40e_aq_set_vsi_uc_promisc_on_vlan(struct i40e_hw *hw,
145                                                          u16 seid, bool enable,
146                                                          u16 vid,
147                                 struct i40e_asq_cmd_details *cmd_details);
148 i40e_status i40e_aq_set_vsi_bc_promisc_on_vlan(struct i40e_hw *hw,
149                                 u16 seid, bool enable, u16 vid,
150                                 struct i40e_asq_cmd_details *cmd_details);
151 i40e_status i40e_aq_set_vsi_vlan_promisc(struct i40e_hw *hw,
152                                 u16 seid, bool enable,
153                                 struct i40e_asq_cmd_details *cmd_details);
154 i40e_status i40e_aq_get_vsi_params(struct i40e_hw *hw,
155                                 struct i40e_vsi_context *vsi_ctx,
156                                 struct i40e_asq_cmd_details *cmd_details);
157 i40e_status i40e_aq_update_vsi_params(struct i40e_hw *hw,
158                                 struct i40e_vsi_context *vsi_ctx,
159                                 struct i40e_asq_cmd_details *cmd_details);
160 i40e_status i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid,
161                                 u16 downlink_seid, u8 enabled_tc,
162                                 bool default_port, u16 *pveb_seid,
163                                 bool enable_stats,
164                                 struct i40e_asq_cmd_details *cmd_details);
165 i40e_status i40e_aq_get_veb_parameters(struct i40e_hw *hw,
166                                 u16 veb_seid, u16 *switch_id, bool *floating,
167                                 u16 *statistic_index, u16 *vebs_used,
168                                 u16 *vebs_free,
169                                 struct i40e_asq_cmd_details *cmd_details);
170 i40e_status i40e_aq_add_macvlan(struct i40e_hw *hw, u16 vsi_id,
171                         struct i40e_aqc_add_macvlan_element_data *mv_list,
172                         u16 count, struct i40e_asq_cmd_details *cmd_details);
173 i40e_status i40e_aq_remove_macvlan(struct i40e_hw *hw, u16 vsi_id,
174                         struct i40e_aqc_remove_macvlan_element_data *mv_list,
175                         u16 count, struct i40e_asq_cmd_details *cmd_details);
176 i40e_status i40e_aq_add_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
177                         u16 rule_type, u16 dest_vsi, u16 count, __le16 *mr_list,
178                         struct i40e_asq_cmd_details *cmd_details,
179                         u16 *rule_id, u16 *rules_used, u16 *rules_free);
180 i40e_status i40e_aq_delete_mirrorrule(struct i40e_hw *hw, u16 sw_seid,
181                         u16 rule_type, u16 rule_id, u16 count, __le16 *mr_list,
182                         struct i40e_asq_cmd_details *cmd_details,
183                         u16 *rules_used, u16 *rules_free);
184
185 i40e_status i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid,
186                                 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
187                                 struct i40e_asq_cmd_details *cmd_details);
188 i40e_status i40e_aq_get_switch_config(struct i40e_hw *hw,
189                                 struct i40e_aqc_get_switch_config_resp *buf,
190                                 u16 buf_size, u16 *start_seid,
191                                 struct i40e_asq_cmd_details *cmd_details);
192 enum i40e_status_code i40e_aq_set_switch_config(struct i40e_hw *hw,
193                                                 u16 flags,
194                                                 u16 valid_flags, u8 mode,
195                                 struct i40e_asq_cmd_details *cmd_details);
196 i40e_status i40e_aq_request_resource(struct i40e_hw *hw,
197                                 enum i40e_aq_resources_ids resource,
198                                 enum i40e_aq_resource_access_type access,
199                                 u8 sdp_number, u64 *timeout,
200                                 struct i40e_asq_cmd_details *cmd_details);
201 i40e_status i40e_aq_release_resource(struct i40e_hw *hw,
202                                 enum i40e_aq_resources_ids resource,
203                                 u8 sdp_number,
204                                 struct i40e_asq_cmd_details *cmd_details);
205 i40e_status i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer,
206                                 u32 offset, u16 length, void *data,
207                                 bool last_command,
208                                 struct i40e_asq_cmd_details *cmd_details);
209 i40e_status i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer,
210                               u32 offset, u16 length, bool last_command,
211                               struct i40e_asq_cmd_details *cmd_details);
212 i40e_status i40e_aq_discover_capabilities(struct i40e_hw *hw,
213                                 void *buff, u16 buff_size, u16 *data_size,
214                                 enum i40e_admin_queue_opc list_type_opc,
215                                 struct i40e_asq_cmd_details *cmd_details);
216 i40e_status i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer,
217                                 u32 offset, u16 length, void *data,
218                                 bool last_command, u8 preservation_flags,
219                                 struct i40e_asq_cmd_details *cmd_details);
220 i40e_status i40e_aq_get_lldp_mib(struct i40e_hw *hw, u8 bridge_type,
221                                 u8 mib_type, void *buff, u16 buff_size,
222                                 u16 *local_len, u16 *remote_len,
223                                 struct i40e_asq_cmd_details *cmd_details);
224 i40e_status i40e_aq_cfg_lldp_mib_change_event(struct i40e_hw *hw,
225                                 bool enable_update,
226                                 struct i40e_asq_cmd_details *cmd_details);
227 i40e_status i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent,
228                                 struct i40e_asq_cmd_details *cmd_details);
229 i40e_status i40e_aq_set_dcb_parameters(struct i40e_hw *hw,
230                                        bool dcb_enable,
231                                        struct i40e_asq_cmd_details
232                                        *cmd_details);
233 i40e_status i40e_aq_start_lldp(struct i40e_hw *hw,
234                                 struct i40e_asq_cmd_details *cmd_details);
235 i40e_status i40e_aq_get_cee_dcb_config(struct i40e_hw *hw,
236                                        void *buff, u16 buff_size,
237                                        struct i40e_asq_cmd_details *cmd_details);
238 i40e_status i40e_aq_add_udp_tunnel(struct i40e_hw *hw,
239                                 u16 udp_port, u8 protocol_index,
240                                 u8 *filter_index,
241                                 struct i40e_asq_cmd_details *cmd_details);
242 i40e_status i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index,
243                                 struct i40e_asq_cmd_details *cmd_details);
244 i40e_status i40e_aq_delete_element(struct i40e_hw *hw, u16 seid,
245                                 struct i40e_asq_cmd_details *cmd_details);
246 i40e_status i40e_aq_mac_address_write(struct i40e_hw *hw,
247                                     u16 flags, u8 *mac_addr,
248                                     struct i40e_asq_cmd_details *cmd_details);
249 i40e_status i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw,
250                                 u16 seid, u16 credit, u8 max_credit,
251                                 struct i40e_asq_cmd_details *cmd_details);
252 i40e_status i40e_aq_dcb_updated(struct i40e_hw *hw,
253                                 struct i40e_asq_cmd_details *cmd_details);
254 i40e_status i40e_aq_config_switch_comp_bw_limit(struct i40e_hw *hw,
255                                 u16 seid, u16 credit, u8 max_bw,
256                                 struct i40e_asq_cmd_details *cmd_details);
257 i40e_status i40e_aq_config_vsi_tc_bw(struct i40e_hw *hw, u16 seid,
258                         struct i40e_aqc_configure_vsi_tc_bw_data *bw_data,
259                         struct i40e_asq_cmd_details *cmd_details);
260 i40e_status i40e_aq_config_switch_comp_ets(struct i40e_hw *hw,
261                 u16 seid,
262                 struct i40e_aqc_configure_switching_comp_ets_data *ets_data,
263                 enum i40e_admin_queue_opc opcode,
264                 struct i40e_asq_cmd_details *cmd_details);
265 i40e_status i40e_aq_config_switch_comp_bw_config(struct i40e_hw *hw,
266         u16 seid,
267         struct i40e_aqc_configure_switching_comp_bw_config_data *bw_data,
268         struct i40e_asq_cmd_details *cmd_details);
269 i40e_status i40e_aq_query_vsi_bw_config(struct i40e_hw *hw,
270                         u16 seid,
271                         struct i40e_aqc_query_vsi_bw_config_resp *bw_data,
272                         struct i40e_asq_cmd_details *cmd_details);
273 i40e_status i40e_aq_query_vsi_ets_sla_config(struct i40e_hw *hw,
274                         u16 seid,
275                         struct i40e_aqc_query_vsi_ets_sla_config_resp *bw_data,
276                         struct i40e_asq_cmd_details *cmd_details);
277 i40e_status i40e_aq_query_switch_comp_ets_config(struct i40e_hw *hw,
278                 u16 seid,
279                 struct i40e_aqc_query_switching_comp_ets_config_resp *bw_data,
280                 struct i40e_asq_cmd_details *cmd_details);
281 i40e_status i40e_aq_query_port_ets_config(struct i40e_hw *hw,
282                 u16 seid,
283                 struct i40e_aqc_query_port_ets_config_resp *bw_data,
284                 struct i40e_asq_cmd_details *cmd_details);
285 i40e_status i40e_aq_query_switch_comp_bw_config(struct i40e_hw *hw,
286                 u16 seid,
287                 struct i40e_aqc_query_switching_comp_bw_config_resp *bw_data,
288                 struct i40e_asq_cmd_details *cmd_details);
289 i40e_status i40e_aq_resume_port_tx(struct i40e_hw *hw,
290                                    struct i40e_asq_cmd_details *cmd_details);
291 enum i40e_status_code
292 i40e_aq_add_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
293                              struct i40e_aqc_cloud_filters_element_bb *filters,
294                              u8 filter_count);
295 enum i40e_status_code
296 i40e_aq_add_cloud_filters(struct i40e_hw *hw, u16 vsi,
297                           struct i40e_aqc_cloud_filters_element_data *filters,
298                           u8 filter_count);
299 enum i40e_status_code
300 i40e_aq_rem_cloud_filters(struct i40e_hw *hw, u16 vsi,
301                           struct i40e_aqc_cloud_filters_element_data *filters,
302                           u8 filter_count);
303 enum i40e_status_code
304 i40e_aq_rem_cloud_filters_bb(struct i40e_hw *hw, u16 seid,
305                              struct i40e_aqc_cloud_filters_element_bb *filters,
306                              u8 filter_count);
307 i40e_status i40e_read_lldp_cfg(struct i40e_hw *hw,
308                                struct i40e_lldp_variables *lldp_cfg);
309 /* i40e_common */
310 i40e_status i40e_init_shared_code(struct i40e_hw *hw);
311 i40e_status i40e_pf_reset(struct i40e_hw *hw);
312 void i40e_clear_hw(struct i40e_hw *hw);
313 void i40e_clear_pxe_mode(struct i40e_hw *hw);
314 i40e_status i40e_get_link_status(struct i40e_hw *hw, bool *link_up);
315 i40e_status i40e_update_link_info(struct i40e_hw *hw);
316 i40e_status i40e_get_mac_addr(struct i40e_hw *hw, u8 *mac_addr);
317 i40e_status i40e_read_bw_from_alt_ram(struct i40e_hw *hw,
318                                       u32 *max_bw, u32 *min_bw, bool *min_valid,
319                                       bool *max_valid);
320 i40e_status i40e_aq_configure_partition_bw(struct i40e_hw *hw,
321                         struct i40e_aqc_configure_partition_bw_data *bw_data,
322                         struct i40e_asq_cmd_details *cmd_details);
323 i40e_status i40e_get_port_mac_addr(struct i40e_hw *hw, u8 *mac_addr);
324 i40e_status i40e_read_pba_string(struct i40e_hw *hw, u8 *pba_num,
325                                  u32 pba_num_size);
326 i40e_status i40e_validate_mac_addr(u8 *mac_addr);
327 void i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable);
328 /* prototype for functions used for NVM access */
329 i40e_status i40e_init_nvm(struct i40e_hw *hw);
330 i40e_status i40e_acquire_nvm(struct i40e_hw *hw,
331                                       enum i40e_aq_resource_access_type access);
332 void i40e_release_nvm(struct i40e_hw *hw);
333 i40e_status i40e_read_nvm_word(struct i40e_hw *hw, u16 offset,
334                                          u16 *data);
335 i40e_status i40e_update_nvm_checksum(struct i40e_hw *hw);
336 i40e_status i40e_validate_nvm_checksum(struct i40e_hw *hw,
337                                                  u16 *checksum);
338 i40e_status i40e_nvmupd_command(struct i40e_hw *hw,
339                                 struct i40e_nvm_access *cmd,
340                                 u8 *bytes, int *);
341 void i40e_nvmupd_check_wait_event(struct i40e_hw *hw, u16 opcode,
342                                   struct i40e_aq_desc *desc);
343 void i40e_nvmupd_clear_wait_state(struct i40e_hw *hw);
344 void i40e_set_pci_config_data(struct i40e_hw *hw, u16 link_status);
345
346 extern struct i40e_rx_ptype_decoded i40e_ptype_lookup[];
347
348 static inline struct i40e_rx_ptype_decoded decode_rx_desc_ptype(u8 ptype)
349 {
350         return i40e_ptype_lookup[ptype];
351 }
352
353 /**
354  * i40e_virtchnl_link_speed - Convert AdminQ link_speed to virtchnl definition
355  * @link_speed: the speed to convert
356  *
357  * Returns the link_speed in terms of the virtchnl interface, for use in
358  * converting link_speed as reported by the AdminQ into the format used for
359  * talking to virtchnl devices. If we can't represent the link speed properly,
360  * report LINK_SPEED_UNKNOWN.
361  **/
362 static inline enum virtchnl_link_speed
363 i40e_virtchnl_link_speed(enum i40e_aq_link_speed link_speed)
364 {
365         switch (link_speed) {
366         case I40E_LINK_SPEED_100MB:
367                 return VIRTCHNL_LINK_SPEED_100MB;
368         case I40E_LINK_SPEED_1GB:
369                 return VIRTCHNL_LINK_SPEED_1GB;
370         case I40E_LINK_SPEED_10GB:
371                 return VIRTCHNL_LINK_SPEED_10GB;
372         case I40E_LINK_SPEED_40GB:
373                 return VIRTCHNL_LINK_SPEED_40GB;
374         case I40E_LINK_SPEED_20GB:
375                 return VIRTCHNL_LINK_SPEED_20GB;
376         case I40E_LINK_SPEED_25GB:
377                 return VIRTCHNL_LINK_SPEED_25GB;
378         case I40E_LINK_SPEED_UNKNOWN:
379         default:
380                 return VIRTCHNL_LINK_SPEED_UNKNOWN;
381         }
382 }
383
384 /* prototype for functions used for SW locks */
385
386 /* i40e_common for VF drivers*/
387 void i40e_vf_parse_hw_config(struct i40e_hw *hw,
388                              struct virtchnl_vf_resource *msg);
389 i40e_status i40e_vf_reset(struct i40e_hw *hw);
390 i40e_status i40e_aq_send_msg_to_pf(struct i40e_hw *hw,
391                                 enum virtchnl_ops v_opcode,
392                                 i40e_status v_retval,
393                                 u8 *msg, u16 msglen,
394                                 struct i40e_asq_cmd_details *cmd_details);
395 i40e_status i40e_set_filter_control(struct i40e_hw *hw,
396                                 struct i40e_filter_control_settings *settings);
397 i40e_status i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw,
398                                 u8 *mac_addr, u16 ethtype, u16 flags,
399                                 u16 vsi_seid, u16 queue, bool is_add,
400                                 struct i40e_control_filter_stats *stats,
401                                 struct i40e_asq_cmd_details *cmd_details);
402 i40e_status i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id,
403                                u8 table_id, u32 start_index, u16 buff_size,
404                                void *buff, u16 *ret_buff_size,
405                                u8 *ret_next_table, u32 *ret_next_index,
406                                struct i40e_asq_cmd_details *cmd_details);
407 void i40e_add_filter_to_drop_tx_flow_control_frames(struct i40e_hw *hw,
408                                                     u16 vsi_seid);
409 i40e_status i40e_aq_rx_ctl_read_register(struct i40e_hw *hw,
410                                 u32 reg_addr, u32 *reg_val,
411                                 struct i40e_asq_cmd_details *cmd_details);
412 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr);
413 i40e_status i40e_aq_rx_ctl_write_register(struct i40e_hw *hw,
414                                 u32 reg_addr, u32 reg_val,
415                                 struct i40e_asq_cmd_details *cmd_details);
416 void i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val);
417 i40e_status i40e_aq_set_phy_register(struct i40e_hw *hw,
418                                      u8 phy_select, u8 dev_addr,
419                                      u32 reg_addr, u32 reg_val,
420                                      struct i40e_asq_cmd_details *cmd_details);
421 i40e_status i40e_aq_get_phy_register(struct i40e_hw *hw,
422                                      u8 phy_select, u8 dev_addr,
423                                      u32 reg_addr, u32 *reg_val,
424                                      struct i40e_asq_cmd_details *cmd_details);
425
426 i40e_status i40e_read_phy_register_clause22(struct i40e_hw *hw,
427                                             u16 reg, u8 phy_addr, u16 *value);
428 i40e_status i40e_write_phy_register_clause22(struct i40e_hw *hw,
429                                              u16 reg, u8 phy_addr, u16 value);
430 i40e_status i40e_read_phy_register_clause45(struct i40e_hw *hw,
431                                 u8 page, u16 reg, u8 phy_addr, u16 *value);
432 i40e_status i40e_write_phy_register_clause45(struct i40e_hw *hw,
433                                 u8 page, u16 reg, u8 phy_addr, u16 value);
434 i40e_status i40e_read_phy_register(struct i40e_hw *hw, u8 page, u16 reg,
435                                    u8 phy_addr, u16 *value);
436 i40e_status i40e_write_phy_register(struct i40e_hw *hw, u8 page, u16 reg,
437                                     u8 phy_addr, u16 value);
438 u8 i40e_get_phy_address(struct i40e_hw *hw, u8 dev_num);
439 i40e_status i40e_blink_phy_link_led(struct i40e_hw *hw,
440                                     u32 time, u32 interval);
441 i40e_status i40e_aq_write_ddp(struct i40e_hw *hw, void *buff,
442                               u16 buff_size, u32 track_id,
443                               u32 *error_offset, u32 *error_info,
444                               struct i40e_asq_cmd_details *
445                               cmd_details);
446 i40e_status i40e_aq_get_ddp_list(struct i40e_hw *hw, void *buff,
447                                  u16 buff_size, u8 flags,
448                                  struct i40e_asq_cmd_details *
449                                  cmd_details);
450 struct i40e_generic_seg_header *
451 i40e_find_segment_in_package(u32 segment_type,
452                              struct i40e_package_header *pkg_header);
453 enum i40e_status_code
454 i40e_write_profile(struct i40e_hw *hw, struct i40e_profile_segment *i40e_seg,
455                    u32 track_id);
456 enum i40e_status_code
457 i40e_add_pinfo_to_list(struct i40e_hw *hw,
458                        struct i40e_profile_segment *profile,
459                        u8 *profile_info_sec, u32 track_id);
460 #endif /* _I40E_PROTOTYPE_H_ */