Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
HDixgbe_common.c4388 int vf_target_shift = vf % 8; in ixgbe_set_mac_anti_spoofing() local
4396 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()
4398 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()
4412 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; in ixgbe_set_vlan_anti_spoofing() local
4420 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
4422 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
HDixgbe_x550.c1079 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_X550() local
1086 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()
1088 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()