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);
764 ret = ice_aq_set_pfc_mode(&pf->hw, ICE_AQC_PFC_DSCP_BASED_PFC, in ice_dcbnl_setapp()891 ret = ice_aq_set_pfc_mode(&pf->hw, in ice_dcbnl_delapp()
817 err = ice_aq_set_pfc_mode(&pf->hw, ICE_AQC_PFC_VLAN_BASED_PFC, in ice_init_pf_dcb()
745 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