|
@@ -762,6 +762,7 @@ bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features);
|
|
void i40e_set_ethtool_ops(struct net_device *netdev);
|
|
void i40e_set_ethtool_ops(struct net_device *netdev);
|
|
struct i40e_mac_filter *i40e_add_filter(struct i40e_vsi *vsi,
|
|
struct i40e_mac_filter *i40e_add_filter(struct i40e_vsi *vsi,
|
|
const u8 *macaddr, s16 vlan);
|
|
const u8 *macaddr, s16 vlan);
|
|
|
|
+void __i40e_del_filter(struct i40e_vsi *vsi, struct i40e_mac_filter *f);
|
|
void i40e_del_filter(struct i40e_vsi *vsi, const u8 *macaddr, s16 vlan);
|
|
void i40e_del_filter(struct i40e_vsi *vsi, const u8 *macaddr, s16 vlan);
|
|
int i40e_sync_vsi_filters(struct i40e_vsi *vsi);
|
|
int i40e_sync_vsi_filters(struct i40e_vsi *vsi);
|
|
struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
|
|
struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
|