ixgbe_common.c | 4467 u32 pfvfspoof; local in function:ixgbe_set_mac_anti_spoofing 4472 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); 4474 pfvfspoof |= (1 << vf_target_shift); 4476 pfvfspoof &= ~(1 << vf_target_shift); 4477 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); 4491 u32 pfvfspoof; local in function:ixgbe_set_vlan_anti_spoofing 4496 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); 4498 pfvfspoof |= (1 << vf_target_shift); 4500 pfvfspoof &= ~(1 << vf_target_shift); 4501 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); [all...] |