Searched refs:vf_shift (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_mbx.c | 275 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()
|
| H A D | ixgbe_sriov.c | 493 u32 reg_offset, vf_shift, vfre; in ixgbe_set_vf_lpe() local 526 vf_shift = vf % 32; in ixgbe_set_vf_lpe() 532 vfre &= ~BIT(vf_shift); in ixgbe_set_vf_lpe() 534 vfre |= BIT(vf_shift); in ixgbe_set_vf_lpe() 831 u32 reg, reg_offset, vf_shift; in ixgbe_vf_reset_msg() local 848 vf_shift = vf % 32; in ixgbe_vf_reset_msg() 853 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg() 865 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg() 881 reg &= ~BIT(vf_shift); in ixgbe_vf_reset_msg() 890 reg |= BIT(vf_shift); in ixgbe_vf_reset_msg()
|
| H A D | ixgbe_main.c | 4186 u32 reg_offset, vf_shift, vmolr; in ixgbe_configure_virtualization() local 4207 vf_shift = VMDQ_P(0) % 32; in ixgbe_configure_virtualization() 4211 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization() 4213 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization()
|