Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ixgbe/ | |
ixgbe_x550.c | 1253 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; local in function:ixgbe_set_ethertype_anti_spoofing_X550 1260 pfvfspoof |= (1 << vf_target_shift); 1262 pfvfspoof &= ~(1 << vf_target_shift); |
ixgbe_common.c | 4466 int vf_target_shift = vf % 8; local in function:ixgbe_set_mac_anti_spoofing 4474 pfvfspoof |= (1 << vf_target_shift); 4476 pfvfspoof &= ~(1 << vf_target_shift); 4490 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; local in function:ixgbe_set_vlan_anti_spoofing 4498 pfvfspoof |= (1 << vf_target_shift); 4500 pfvfspoof &= ~(1 << vf_target_shift); |