Searched refs:pfvfspoof (Results 1 – 2 of 2) sorted by relevance
3452 u32 pfvfspoof; in ixgbe_set_mac_anti_spoofing() local3457 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_mac_anti_spoofing()3459 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3461 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3462 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_mac_anti_spoofing()3476 u32 pfvfspoof; in ixgbe_set_vlan_anti_spoofing() local3481 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()3483 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()3485 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()3486 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()
3518 u32 pfvfspoof; in ixgbe_set_ethertype_anti_spoofing_X550() local3520 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()3522 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()3524 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()3526 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()