Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_sriov.c239 reg = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_vf_reset_msg()
241 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg); in ixgbe_vf_reset_msg()
405 IXGBE_WRITE_REG(hw, IXGBE_VFRE(0), 0); in ixgbe_disable_tx_rx()
406 IXGBE_WRITE_REG(hw, IXGBE_VFRE(1), 0); in ixgbe_disable_tx_rx()
Dixgbe_type.h231 #define IXGBE_VFRE(_i) (0x051E0 + ((_i) * 4)) macro
Dixgbe_main.c3160 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), (1 << vf_shift)); in ixgbe_configure_virtualization()
3161 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), 0); in ixgbe_configure_virtualization()