i40e: Enable VF Tx bandwidth setting
[deliverable/linux.git] / drivers / net / ethernet / intel / i40e / i40e_prototype.h
index 9cd57e617959b1622ec57f8c8f6e2146c9c800a6..10652f615aec3ed0cfe6399cd075d01e4cee78f7 100644 (file)
@@ -167,6 +167,9 @@ i40e_status i40e_aq_delete_element(struct i40e_hw *hw, u16 seid,
 i40e_status i40e_aq_mac_address_write(struct i40e_hw *hw,
                                    u16 flags, u8 *mac_addr,
                                    struct i40e_asq_cmd_details *cmd_details);
+i40e_status i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw,
+                               u16 seid, u16 credit, u8 max_credit,
+                               struct i40e_asq_cmd_details *cmd_details);
 i40e_status i40e_aq_dcb_updated(struct i40e_hw *hw,
                                struct i40e_asq_cmd_details *cmd_details);
 i40e_status i40e_aq_set_hmc_resource_profile(struct i40e_hw *hw,
This page took 0.035959 seconds and 5 git commands to generate.