|
@@ -93,9 +93,9 @@ i40e_status i40e_aq_set_vsi_broadcast(struct i40e_hw *hw,
|
|
|
u16 vsi_id, bool set_filter,
|
|
|
struct i40e_asq_cmd_details *cmd_details);
|
|
|
i40e_status i40e_aq_set_vsi_unicast_promiscuous(struct i40e_hw *hw,
|
|
|
- u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
|
|
|
+ u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
|
|
|
i40e_status i40e_aq_set_vsi_multicast_promiscuous(struct i40e_hw *hw,
|
|
|
- u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
|
|
|
+ u16 vsi_id, bool set, struct i40e_asq_cmd_details *cmd_details);
|
|
|
i40e_status i40e_aq_get_vsi_params(struct i40e_hw *hw,
|
|
|
struct i40e_vsi_context *vsi_ctx,
|
|
|
struct i40e_asq_cmd_details *cmd_details);
|