brintos

brintos / linux-shallow public Read only

0
0
Text · 330 B · a0fb743 Raw
14 lines · c
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 */14