Home
last modified time | relevance | path

Searched refs:vf_shift (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c275 u32 vf_shift = vf_number % 32; in ixgbe_check_for_rst_pf() local
292 if (vflre & BIT(vf_shift)) { in ixgbe_check_for_rst_pf()
293 IXGBE_WRITE_REG(hw, IXGBE_VFLREC(reg_offset), BIT(vf_shift)); in ixgbe_check_for_rst_pf()
Dixgbe_sriov.c486 u32 reg_offset, vf_shift, vfre; in ixgbe_set_vf_lpe() local
519 vf_shift = vf % 32; in ixgbe_set_vf_lpe()
525 vfre &= ~BIT(vf_shift); in ixgbe_set_vf_lpe()
527 vfre |= BIT(vf_shift); in ixgbe_set_vf_lpe()
830 u32 reg, reg_offset, vf_shift; in ixgbe_vf_reset_msg() local
847 vf_shift = vf % 32; in ixgbe_vf_reset_msg()
852 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()
864 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()
880 reg &= ~BIT(vf_shift); in ixgbe_vf_reset_msg()
889 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()
Dixgbe_main.c4195 u32 reg_offset, vf_shift, vmolr; in ixgbe_configure_virtualization() local
4216 vf_shift = VMDQ_P(0) % 32; in ixgbe_configure_virtualization()
4220 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization()
4222 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization()