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