Searched refs:ice_aq_set_pfc_mode (Results 1 – 4 of 4) sorted by relevance
141 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
804 ret = ice_aq_set_pfc_mode(&pf->hw, ICE_AQC_PFC_DSCP_BASED_PFC, in ice_dcbnl_setapp()936 ret = ice_aq_set_pfc_mode(&pf->hw, in ice_dcbnl_delapp()
827 err = ice_aq_set_pfc_mode(&pf->hw, ICE_AQC_PFC_VLAN_BASED_PFC, in ice_init_pf_dcb()
748 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd) in ice_aq_set_pfc_mode() function