X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fice_dcf.h;h=6ec766ebda0452f37cacb8e8a0fdf4baf5607a1f;hb=70ada0c508c1aa2e9556e9ef4acca7fd740e1f1e;hp=711c0cf3ad51ec740769dff6637e56af69c63168;hpb=931ee54072b143e973d861509c30af8928f30324;p=dpdk.git diff --git a/drivers/net/ice/ice_dcf.h b/drivers/net/ice/ice_dcf.h index 711c0cf3ad..6ec766ebda 100644 --- a/drivers/net/ice/ice_dcf.h +++ b/drivers/net/ice/ice_dcf.h @@ -111,6 +111,8 @@ struct ice_dcf_hw { /* Link status */ bool link_up; uint32_t link_speed; + + bool resetting; }; int ice_dcf_execute_virtchnl_cmd(struct ice_dcf_hw *hw, @@ -133,5 +135,6 @@ int ice_dcf_link_update(struct rte_eth_dev *dev, void ice_dcf_tm_conf_init(struct rte_eth_dev *dev); void ice_dcf_tm_conf_uninit(struct rte_eth_dev *dev); int ice_dcf_replay_vf_bw(struct ice_dcf_hw *hw, uint16_t vf_id); +int ice_dcf_clear_bw(struct ice_dcf_hw *hw); #endif /* _ICE_DCF_H_ */