Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.3 13 lines 330 B view raw
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 */