ice_aq_set_pfc_mode
ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
status = ice_aq_set_pfc_mode(hw, aq_pfc_mode, NULL);
status = ice_aq_set_pfc_mode(&sc->hw, ICE_AQC_PFC_VLAN_BASED_PFC, NULL);