Searched refs:pfvfspoof (Results 1 – 2 of 2) sorted by relevance
3449 u32 pfvfspoof; in ixgbe_set_mac_anti_spoofing() local3454 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_mac_anti_spoofing()3456 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3458 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3459 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_mac_anti_spoofing()3473 u32 pfvfspoof; in ixgbe_set_vlan_anti_spoofing() local3478 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()3480 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()3482 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()3483 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()
3516 u32 pfvfspoof; in ixgbe_set_ethertype_anti_spoofing_X550() local3518 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_ethertype_anti_spoofing_X550()3520 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()3522 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()3524 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_ethertype_anti_spoofing_X550()