Lines Matching refs:vf_shift
494 u32 reg_offset, vf_shift, vfre; in ixgbe_set_vf_lpe() local
527 vf_shift = vf % 32; in ixgbe_set_vf_lpe()
533 vfre &= ~BIT(vf_shift); in ixgbe_set_vf_lpe()
535 vfre |= BIT(vf_shift); in ixgbe_set_vf_lpe()
836 u32 reg_offset, vf_shift; in ixgbe_set_vf_rx_tx() local
838 vf_shift = vf % 32; in ixgbe_set_vf_rx_tx()
845 reg_req_tx = reg_cur_tx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
846 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
848 reg_req_tx = reg_cur_tx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
849 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
866 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
881 u32 reg, reg_offset, vf_shift; in ixgbe_vf_reset_msg() local
898 vf_shift = vf % 32; in ixgbe_vf_reset_msg()
915 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()