Searched refs:set_vlan_anti_spoofing (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 727 hw->mac.ops.set_vlan_anti_spoofing(hw, true, vf); in ixgbe_vf_reset_event() 1023 hw->mac.ops.set_vlan_anti_spoofing(hw, false, vf); in ixgbe_set_vf_macvlan_msg() 1696 hw->mac.ops.set_vlan_anti_spoofing(hw, setting, vf); in ixgbe_ndo_set_vf_spoofchk()
|
D | ixgbe_x540.c | 867 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
|
D | ixgbe_82599.c | 2209 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing,
|
D | ixgbe_type.h | 3467 void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int); member
|
D | ixgbe_x550.c | 3879 .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, \
|