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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c757 u32 pfvfspoof; local
761 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
763 pfvfspoof |= (1 << vf_target_shift);
765 pfvfspoof &= ~(1 << vf_target_shift);
767 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
H A Dixgbe_common.c4240 u32 pfvfspoof = 0; local
4246 pfvfspoof = IXGBE_SPOOF_MACAS_MASK;
4253 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
4259 pfvfspoof &= (1 << pf_target_shift) - 1;
4260 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
4281 u32 pfvfspoof; local
4286 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4288 pfvfspoof |= (1 << vf_target_shift);
4290 pfvfspoof &= ~(1 << vf_target_shift);
4291 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
[all...]

Completed in 57 milliseconds