Searched refs:pfvfspoof (Results 1 – 2 of 2) sorted by relevance
4389 u32 pfvfspoof; in ixgbe_set_mac_anti_spoofing() local4394 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_mac_anti_spoofing()4396 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4398 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4399 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_mac_anti_spoofing()4413 u32 pfvfspoof; in ixgbe_set_vlan_anti_spoofing() local4418 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()4420 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()4422 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()4423 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()
1080 u32 pfvfspoof; in ixgbe_set_ethertype_anti_spoofing_X550() local1084 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()1086 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()1088 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()1090 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()