Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (C) 2019-2021, Intel Corporation. */
0003 
0004 #ifndef _ICE_VLAN_MODE_H_
0005 #define _ICE_VLAN_MODE_H_
0006 
0007 struct ice_hw;
0008 
0009 bool ice_is_dvm_ena(struct ice_hw *hw);
0010 int ice_set_vlan_mode(struct ice_hw *hw);
0011 void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw);
0012 
0013 #endif /* _ICE_VLAN_MODE_H */