Searched refs:pfvfspoof (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.c4185 u32 pfvfspoof = 0; local
4191 pfvfspoof = IXGBE_SPOOF_MACAS_MASK;
4198 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
4204 pfvfspoof &= (1 << pf_target_shift) - 1;
4205 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
4226 u32 pfvfspoof; local
4231 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4233 pfvfspoof |= (1 << vf_target_shift);
4235 pfvfspoof &= ~(1 << vf_target_shift);
4236 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
[all...]

Completed in 98 milliseconds