]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ice/ice_vlan_mode.h
Merge tag 'trace-tools-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[J-linux.git] / drivers / net / ethernet / intel / ice / ice_vlan_mode.h
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 */
This page took 0.028769 seconds and 4 git commands to generate.