Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3468 int vf_target_shift = vf % 8; in ixgbe_set_mac_anti_spoofing() local
3476 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()
3478 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_mac_anti_spoofing()
3492 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; in ixgbe_set_vlan_anti_spoofing() local
3500 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
3502 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
H A Dixgbe_x550.c3519 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_x550() local
3524 pfvfspoof |= BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_x550()
3526 pfvfspoof &= ~BIT(vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_x550()