HomeSort by: relevance | last modified time | path
    Searched defs:vf_target_shift (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 33 milliseconds