|
@@ -157,8 +157,8 @@ i40e_status i40e_aq_stop_lldp(struct i40e_hw *hw, bool shutdown_agent,
|
|
|
i40e_status i40e_aq_start_lldp(struct i40e_hw *hw,
|
|
|
struct i40e_asq_cmd_details *cmd_details);
|
|
|
i40e_status i40e_aq_add_udp_tunnel(struct i40e_hw *hw,
|
|
|
- u16 udp_port, u8 header_len,
|
|
|
- u8 protocol_index, u8 *filter_index,
|
|
|
+ u16 udp_port, u8 protocol_index,
|
|
|
+ u8 *filter_index,
|
|
|
struct i40e_asq_cmd_details *cmd_details);
|
|
|
i40e_status i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index,
|
|
|
struct i40e_asq_cmd_details *cmd_details);
|