Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_common.c4379 int vf_target_shift = vf % 8; in ixgbe_set_mac_anti_spoofing() local
4387 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()
4389 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_mac_anti_spoofing()
4403 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; in ixgbe_set_vlan_anti_spoofing() local
4411 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
4413 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_vlan_anti_spoofing()
Dixgbe_x550.c1156 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; in ixgbe_set_ethertype_anti_spoofing_X550() local
1163 pfvfspoof |= (1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()
1165 pfvfspoof &= ~(1 << vf_target_shift); in ixgbe_set_ethertype_anti_spoofing_X550()