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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_common.c4391 u32 pfvfspoof; local
4396 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4398 pfvfspoof |= (1 << vf_target_shift);
4400 pfvfspoof &= ~(1 << vf_target_shift);
4401 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
4415 u32 pfvfspoof; local
4420 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
4422 pfvfspoof |= (1 << vf_target_shift);
4424 pfvfspoof &= ~(1 << vf_target_shift);
4425 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
[all...]
H A Dixgbe_x550.c1079 u32 pfvfspoof; local
1083 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
1085 pfvfspoof |= (1 << vf_target_shift);
1087 pfvfspoof &= ~(1 << vf_target_shift);
1089 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);

Completed in 167 milliseconds