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

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 1254 u32 pfvfspoof; local in function:ixgbe_set_ethertype_anti_spoofing_X550
1258 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
1260 pfvfspoof |= (1 << vf_target_shift);
1262 pfvfspoof &= ~(1 << vf_target_shift);
1264 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
ixgbe_common.c 4467 u32 pfvfspoof; local in function:ixgbe_set_mac_anti_spoofing
4472 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4474 pfvfspoof |= (1 << vf_target_shift);
4476 pfvfspoof &= ~(1 << vf_target_shift);
4477 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
4491 u32 pfvfspoof; local in function:ixgbe_set_vlan_anti_spoofing
4496 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4498 pfvfspoof |= (1 << vf_target_shift);
4500 pfvfspoof &= ~(1 << vf_target_shift);
4501 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
    [all...]

Completed in 42 milliseconds