Home
last modified time | relevance | path

Searched refs:pfvfspoof (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c3779 u32 pfvfspoof = 0; in ixgbe_set_mac_anti_spoofing() local
3785 pfvfspoof = IXGBE_SPOOF_MACAS_MASK; in ixgbe_set_mac_anti_spoofing()
3792 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof); in ixgbe_set_mac_anti_spoofing()
3798 pfvfspoof &= (1 << pf_target_shift) - 1; in ixgbe_set_mac_anti_spoofing()
3799 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof); in ixgbe_set_mac_anti_spoofing()
3820 u32 pfvfspoof; in ixgbe_set_vlan_anti_spoofing() local
3825 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); in ixgbe_set_vlan_anti_spoofing()
3827 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
3829 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
3830 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); in ixgbe_set_vlan_anti_spoofing()