ice_vlan_mode.h (330B)
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 7struct ice_hw; 8 9bool ice_is_dvm_ena(struct ice_hw *hw); 10int ice_set_vlan_mode(struct ice_hw *hw); 11void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw); 12 13#endif /* _ICE_VLAN_MODE_H */