Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c523 vfre = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_set_vf_lpe()
528 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), vfre); in ixgbe_set_vf_lpe()
863 reg = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_vf_reset_msg()
882 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg); in ixgbe_vf_reset_msg()
1335 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), 0); in ixgbe_disable_tx_rx()
1336 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), 0); in ixgbe_disable_tx_rx()
Dixgbe_type.h387 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro
Dixgbe_main.c4220 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), GENMASK(31, vf_shift)); in ixgbe_configure_virtualization()
4221 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), reg_offset - 1); in ixgbe_configure_virtualization()