Home
last modified time | relevance | path

Searched refs:set_vlan_anti_spoofing (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c725 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event()
980 hw->mac.ops.set_vlan_anti_spoofing(hw, false, vf); in ixgbe_set_vf_macvlan_msg()
1613 hw->mac.ops.set_vlan_anti_spoofing(hw, setting, vf); in ixgbe_ndo_set_vf_spoofchk()
Dixgbe_x540.c868 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
Dixgbe_82599.c2208 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
Dixgbe_type.h3452 void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int); member
Dixgbe_x550.c3810 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, \