Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c731 hw->mac.ops.set_mac_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event()
1024 hw->mac.ops.set_mac_anti_spoofing(hw, false, vf); in ixgbe_set_vf_macvlan_msg()
1742 hw->mac.ops.set_mac_anti_spoofing(hw, setting, vf); in ixgbe_ndo_set_vf_spoofchk()
H A Dixgbe_x540.c873 .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing,
H A Dixgbe_e610.c3941 .set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing,
H A Dixgbe_type.h3548 void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int); member
H A Dixgbe_x550.c3948 .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing, \