Searched refs:pfvfspoof (Results 1 – 2 of 2) sorted by relevance
4467 u32 pfvfspoof; in ixgbe_set_mac_anti_spoofing() local4472 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_mac_anti_spoofing()4474 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4476 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4477 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_mac_anti_spoofing()4491 u32 pfvfspoof; in ixgbe_set_vlan_anti_spoofing() local4496 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()4498 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()4500 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()4501 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()
1254 u32 pfvfspoof; in ixgbe_set_ethertype_anti_spoofing_X550() local1258 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()1260 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()1262 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()1264 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()