1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /****************************************************************************
3 * Driver for Solarflare network controllers and boards
4 * Copyright 2014-2015 Solarflare Communications Inc.
10 #include "net_driver.h"
12 #ifdef CONFIG_SFC_SRIOV
14 int efx_sriov_set_vf_mac(struct net_device
*net_dev
, int vf_i
, u8
*mac
);
15 int efx_sriov_set_vf_vlan(struct net_device
*net_dev
, int vf_i
, u16 vlan
,
16 u8 qos
, __be16 vlan_proto
);
17 int efx_sriov_set_vf_spoofchk(struct net_device
*net_dev
, int vf_i
,
19 int efx_sriov_get_vf_config(struct net_device
*net_dev
, int vf_i
,
20 struct ifla_vf_info
*ivi
);
21 int efx_sriov_set_vf_link_state(struct net_device
*net_dev
, int vf_i
,
23 #endif /* CONFIG_SFC_SRIOV */
25 #endif /* EFX_SRIOV_H */