net/ice/base: support configuring device in double VLAN mode
[dpdk.git] / drivers / net / ice / base / ice_vlan_mode.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2001-2021 Intel Corporation
3  */
4
5 #ifndef _ICE_VLAN_MODE_H_
6 #define _ICE_VLAN_MODE_H_
7
8 #include "ice_osdep.h"
9
10 struct ice_hw;
11
12 bool ice_is_dvm_ena(struct ice_hw *hw);
13 void ice_cache_vlan_mode(struct ice_hw *hw);
14 enum ice_status ice_set_vlan_mode(struct ice_hw *hw);
15
16 #endif /* _ICE_VLAN_MODE_H */