1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (C) 2019-2021, Intel Corporation. */ 3 4 #ifndef _ICE_VLAN_MODE_H_ 5 #define _ICE_VLAN_MODE_H_ 6 7 struct ice_hw; 8 9 bool ice_is_dvm_ena(struct ice_hw *hw); 10 int ice_set_vlan_mode(struct ice_hw *hw); 11 void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw); 12 13 #endif /* _ICE_VLAN_MODE_H */ 14