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()
838 u32 reg_offset, vf_shift; in ixgbe_set_vf_rx_tx() local
840 vf_shift = vf % 32; in ixgbe_set_vf_rx_tx()
847 reg_req_tx = reg_cur_tx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
848 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
850 reg_req_tx = reg_cur_tx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
851 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
868 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
883 u32 reg, reg_offset, vf_shift; in ixgbe_vf_reset_msg() local
900 vf_shift = vf % 32; in ixgbe_vf_reset_msg()
917 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()