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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c756 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; local
763 pfvfspoof |= (1 << vf_target_shift);
765 pfvfspoof &= ~(1 << vf_target_shift);
H A Dixgbe_common.c4280 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; local
4288 pfvfspoof |= (1 << vf_target_shift);
4290 pfvfspoof &= ~(1 << vf_target_shift);

Completed in 77 milliseconds