Searched refs:vf_target_shift (Results 1 – 2 of 2) sorted by relevance
3449 int vf_target_shift = vf % 8; in ixgbe_set_mac_anti_spoofing() local3457 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3459 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()3473 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; in ixgbe_set_vlan_anti_spoofing() local3481 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()3483 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
3496 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_X550() local3501 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()3503 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()