Searched refs:set_vlan_anti_spoofing (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 543 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event() 827 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_set_vf_vlan_msg() 1245 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_enable_port_vlan() 1277 hw->mac.ops.set_vlan_anti_spoofing(hw, false, vf); in ixgbe_disable_port_vlan()
|
D | ixgbe_x540.c | 849 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
|
D | ixgbe_82599.c | 2222 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
|
D | ixgbe_x550.c | 2363 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, \
|
D | ixgbe_type.h | 3294 void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int); member
|