]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/kernel/linux/kni/ethtool/igb/igb_vmdq.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / spdk / dpdk / kernel / linux / kni / ethtool / igb / igb_vmdq.h
CommitLineData
11fdf7f2 1/* SPDX-License-Identifier: GPL-2.0 */
7c673cae
FG
2/*******************************************************************************
3
4 Intel(R) Gigabit Ethernet Linux driver
5 Copyright(c) 2007-2013 Intel Corporation.
6
7c673cae
FG
7 Contact Information:
8 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
9 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
10
11*******************************************************************************/
12
13#ifndef _IGB_VMDQ_H_
14#define _IGB_VMDQ_H_
15
16#ifdef CONFIG_IGB_VMDQ_NETDEV
17int igb_vmdq_open(struct net_device *dev);
18int igb_vmdq_close(struct net_device *dev);
19netdev_tx_t igb_vmdq_xmit_frame(struct sk_buff *skb, struct net_device *dev);
20struct net_device_stats *igb_vmdq_get_stats(struct net_device *dev);
21void igb_vmdq_set_rx_mode(struct net_device *dev);
22int igb_vmdq_set_mac(struct net_device *dev, void *addr);
23int igb_vmdq_change_mtu(struct net_device *dev, int new_mtu);
24void igb_vmdq_tx_timeout(struct net_device *dev);
25void igb_vmdq_vlan_rx_register(struct net_device *dev,
26 struct vlan_group *grp);
27void igb_vmdq_vlan_rx_add_vid(struct net_device *dev, unsigned short vid);
28void igb_vmdq_vlan_rx_kill_vid(struct net_device *dev, unsigned short vid);
29void igb_vmdq_set_ethtool_ops(struct net_device *netdev);
30#endif /* CONFIG_IGB_VMDQ_NETDEV */
31#endif /* _IGB_VMDQ_H_ */