Searched refs:vf_target_shift (Results 1 – 2 of 2) sorted by relevance
4472 int vf_target_shift = vf % 8; in ixgbe_set_mac_anti_spoofing() local4480 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4482 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()4496 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; in ixgbe_set_vlan_anti_spoofing() local4504 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()4506 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
1075 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_X550() local1082 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()1084 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()