Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c537 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event()
821 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_set_vf_vlan_msg()
1172 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_enable_port_vlan()
1204 hw->mac.ops.set_vlan_anti_spoofing(hw, false, vf); in ixgbe_disable_port_vlan()
Dixgbe_x540.c814 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
Dixgbe_x550.c1426 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, \
Dixgbe_82599.c2335 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
Dixgbe_type.h3072 void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int); member