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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3451 int vf_target_shift = vf % 8; local
3459 pfvfspoof |= BIT(vf_target_shift);
3461 pfvfspoof &= ~BIT(vf_target_shift);
3475 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; local
3483 pfvfspoof |= BIT(vf_target_shift);
3485 pfvfspoof &= ~BIT(vf_target_shift);
H A Dixgbe_x550.c3567 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; local
3572 pfvfspoof |= BIT(vf_target_shift);
3574 pfvfspoof &= ~BIT(vf_target_shift);

Completed in 161 milliseconds